#BCB77D

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

Shades of Pine Glade #BCB77D

Tints of Pine Glade #BCB77D

Color information

#BCB77D (or 0xBCB77D) is unknown color: approx Pine Glade. HEX triplet: BC, B7 and 7D. RGB value is (188,183,125). Sum of RGB (Red+Green+Blue) = 188+183+125=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB77D is #434882. Grayscale: #B2B2B2. Windows color (decimal): -4409475 or 8239036. OLE color: 8239036.

HSL color Cylindrical-coordinate representation of color #BCB77D: hue angle of 55.24º 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 #BCB77D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB188183125-
CMYK00.030.340.26
HSL55.24º31.98%61.37%-
HSV(B)55.24º33.51%73.73%-
XYZ41.3746.0426.11-
YUV177.8898.16135.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=37.90%
G=36.90%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818312500.030.340.2655.2431.9861.37
HexBCB77D03221A37203d
Octal274267175034232674075
Binary1011110010110111111110101110001011010110111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB77D; }

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

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

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

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

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

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

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

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