#BCB77F

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

Shades of Pine Glade #BCB77F

Tints of Pine Glade #BCB77F

Color information

#BCB77F (or 0xBCB77F) is unknown color: approx Pine Glade. HEX triplet: BC, B7 and 7F. RGB value is (188,183,127). Sum of RGB (Red+Green+Blue) = 188+183+127=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB77F is #434880. Grayscale: #B2B2B2. Windows color (decimal): -4409473 or 8370108. OLE color: 8370108.

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

Color convert

RGB188183127-
CMYK00.030.320.26
HSL55.08º31.28%61.76%-
HSV(B)55.08º32.45%73.73%-
XYZ41.546.0926.79-
YUV178.1199.16135.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 127 (50% from 255) = 25.50%
R=37.75%
G=36.75%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818312700.030.320.2655.0831.2861.76
HexBCB77F03201A371f3e
Octal274267177034032673776
Binary101111001011011111111110111000001101011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB77F; }

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

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

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

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

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

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

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

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