Html Css Color HEX #BCBB87 Pine Glade

📋 copy color: '#BCBB87'

red 188 ◦ green 187 ◦ blue 135

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

Shades of Pine Glade #BCBB87

Tints of Pine Glade #BCBB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.47%

R = 36.86%
G = 36.67%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCBB87 (or 0xBCBB87) is known color: Pine Glade. HEX triplet: BC, BB and 87. RGB value is (188,187,135). Sum of RGB (Red+Green+Blue) = 188+187+135=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB87 is #434478. Grayscale: #B5B5B5. Windows color (decimal): -4408441 or 8895420. OLE color: 8895420.

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

Color convert

RGB 188 187 135 -
CMYK 0 0.01 0.28 0.26
HSL 58.87º 0.28% 0.63% -
HSV(B) 58.87º 0.28% 0.74% -
XYZ 42.88 47.98 29.92 -
YUV 181.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 188 187 135 0 0.01 0.28 0.26 58.87 0.28 0.63
Hex BC BB 87 0 1 1C 1A 3B 1C 3F
Octal 274 273 207 0 1 34 32 73 34 77
Binary 10111100 10111011 10000111 0 1 11100 11010 111011 11100 111111

Color Harmonies of #BCBB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB87

Black with #BCBB87

Text Example


Text Example

White with #BCBB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB87; }

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

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

background-color css

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

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

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

border-color css

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

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

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