Html Css Color HEX #BCBB76 Pine Glade

📋 copy color: '#BCBB76'

red 188 ◦ green 187 ◦ blue 118

#BCBB76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BCBB76

Tints of Pine Glade #BCBB76

RGB

 RED value IS 188 (73.83% from 255) = 38.13%

 GREEN value IS 187 (73.44% from 255) = 37.93%

 BLUE value IS 118 (46.48% from 255) = 23.94%

R = 38.13%
G = 37.93%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCBB76 (or 0xBCBB76) is known color: Pine Glade. HEX triplet: BC, BB and 76. RGB value is (188,187,118). Sum of RGB (Red+Green+Blue) = 188+187+118=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB76 is #434489. Grayscale: #B3B3B3. Windows color (decimal): -4408458 or 7781308. OLE color: 7781308.

HSL color Cylindrical-coordinate representation of color #BCBB76: hue angle of 59.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCBB76 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 118 -
CMYK 0 0.01 0.37 0.26
HSL 59.14º 0.34% 0.6% -
HSV(B) 59.14º 0.37% 0.74% -
XYZ 41.78 47.54 24.11 -
YUV 179.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 188 187 118 0 0.01 0.37 0.26 59.14 0.34 0.6
Hex BC BB 76 0 1 25 1A 3B 22 3C
Octal 274 273 166 0 1 45 32 73 42 74
Binary 10111100 10111011 1110110 0 1 100101 11010 111011 100010 111100

Color Harmonies of #BCBB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB76

Black with #BCBB76

Text Example


Text Example

White with #BCBB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB76; }

 p { color: rgb(188,187,118); }

 H1.HeaderClassName
 {
   color: #BCBB76;
 }
 .AnyTagClassName
 {
   color: #BCBB76;
 }
</style>

background-color css

<style>
 a { background-color: #BCBB76; }

 a { background-color: rgb(188,187,118); }

 div.DivClassName
 {
   background-color: #BCBB76;
 }
 .BgClassName
 {
   background-color: #BCBB76;
 }
</style>

border-color css

<style>
 span { border-color: #BCBB76; }

 span { border-color: rgb(188,187,118); }

 td.TdClassName
 {
   border-color: #BCBB76;
 }
 .TagClassName
 {
   border-color: #BCBB76;
 }
</style>