COLOR #BBC588

HEX: #BBC588
RGB: (187,197,136)

Renk bilgisi

#BBC588 contains mainly red and green colors. #BBC588 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BBC588 color RGB value is (187,197,136).

  • kırmız ton 187;
  • yeşil ton 197;
  • mavi ton 136.
RGB:
(187,197,136)
(73%,77%,53%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 197 of 255 = 77%
B 136 of 255 = 53%

187
197
136

R + G + B ~ 68%. #BBC588 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 197 + 136 = 520 (100%)
R 187 of 520 ~ 35.96%
G 197 of 520 ~ 37.88%
B 136 of 520 ~ 26.15%

%35.96
%37.88
%26.15

CMYK RENK MODELİ

#BBC588 rengi CMYK tonu (5,0,31,23).

  • camgöbeği tonu 5.08%
  • eflatun tonu 0.00%
  • sarı tonu 30.96%
  • ana renk tonu 22.75%
CMYK:
(5,0,31,23)
C5M0Y31K23 
(5%,0%,31%,23%)
(0.05/0.00/0.31/0.23)	

CMYK yüzdeleri

%5.08
%0
%30.96
%22.75

Codes

Color #BBC588 in popluar color models

BBC588
RGB187197136
HSL70°34.46%65.29%
HSB/HSV70°30.96%77.25%
CMYK5.08%0.00%30.96%
22.75%

Color #BBC588 in popluar number systems.

HEXBBC588
Decimal187197136
Binary101110111100010110001000
Octal273305210

Shades and tints

Shades of #BBC588

#BBC588
(187,197,136)
#AAB47C
(170,180,124)
#99A370
(153,163,112)
#889264
(136,146,100)
#778158
(119,129,88)
#66704C
(102,112,76)
#555F40
(85,95,64)
#444E34
(68,78,52)
#333D28
(51,61,40)
#222C1C
(34,44,28)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #BBC588

#BBC588
(187,197,136)
#C1CA92
(193,202,146)
#C7CF9C
(199,207,156)
#CDD4A6
(205,212,166)
#D3D9B0
(211,217,176)
#D9DEBA
(217,222,186)
#DFE3C4
(223,227,196)
#E5E8CE
(229,232,206)
#EBEDD8
(235,237,216)
#F1F2E2
(241,242,226)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC588 color. Also use rgb(187,197,136) instead hex code.

Text Font Color

.myTextColor { color: #BBC588; }

<p style="color:#BBC588">This sample text font color is #BBC588.</p>

This text font color is #BBC588.


Background Color

.myBgColor { background-color: #BBC588; }

<div style="background-color:#BBC588">Inner text</div>

This div background color is #BBC588.


Border color

.myBorderColor { border: 1px solid #BBC588; }

<div style="border:3px solid #BBC588">Div</div>

This div border color is #BBC588.


Opacity

.myOpacity80 { color: #BBC588; opacity: 0.8; }

<p style="color:#BBC588;opacity:0.8;">80%</p>

Text with #BBC588 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBC588;}

<p style="text-shadow: 3px 3px 1px #BBC588">Text here.</p>

This text has shadow with #BBC588 color.

.textShadow {text-shadow: 3px 3px 1px #BBC588, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBC588, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBC588 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC588, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBC588, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBC588 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBC588;
  -webkit-box-shadow:	1px 1px 3px 2px #BBC588;
  box-shadow:		1px 1px 3px 2px #BBC588;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC588;
-webkit-box-shadow: 1px 1px 3px 2px #BBC588;
box-shadow:1px 1px 3px 2px #BBC588;">
Div content here</div>
This div box has shadow with color #BBC588.

Preview

Color preview on black background

This text has color #BBC588 on black background.


Color preview on white background

This text has color #BBC588 on white background.



Black color preview on #BBC588 background

This text has black color on #BBC588 background.


White color preview on #BBC588 background

This text has white color on #BBC588 background.