#BCB87D

Color #BCB87D Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCB87D

Tints of Pine Glade #BCB87D

Color information

#BCB87D (or 0xBCB87D) is unknown color: approx Pine Glade. HEX triplet: BC, B8 and 7D. RGB value is (188,184,125). Sum of RGB (Red+Green+Blue) = 188+184+125=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB87D is #434782. Grayscale: #B2B2B2. Windows color (decimal): -4409219 or 8239292. OLE color: 8239292.

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

Color convert

RGB188184125-
CMYK00.020.340.26
HSL56.19º31.98%61.37%-
HSV(B)56.19º33.51%73.73%-
XYZ41.5846.4526.18-
YUV178.4797.83134.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=37.83%
G=37.02%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818412500.020.340.2656.1931.9861.37
HexBCB87D02221A38203d
Octal274270175024232704075
Binary1011110010111000111110101010001011010111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB87D; }

 p { color: rgb(188,184,125); }

 H1.HeaderClassName
 {
   color: #BCB87D;
 }
 .AnyTagClassName
 {
   color: #BCB87D;
 }
</style>
background-color css

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

 a { background-color: rgb(188,184,125); }

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

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

 span { border-color: rgb(188,184,125); }

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