#BCB979

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

Shades of Pine Glade #BCB979

Tints of Pine Glade #BCB979

Color information

#BCB979 (or 0xBCB979) is unknown color: approx Pine Glade. HEX triplet: BC, B9 and 79. RGB value is (188,185,121). Sum of RGB (Red+Green+Blue) = 188+185+121=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB979 is #434686. Grayscale: #B2B2B2. Windows color (decimal): -4408967 or 7977404. OLE color: 7977404.

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

Color convert

RGB188185121-
CMYK00.020.360.26
HSL57.31º33.33%60.59%-
HSV(B)57.31º35.64%73.73%-
XYZ41.5446.7724.93-
YUV178.695.49134.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=38.06%
G=37.45%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818512100.020.360.2657.3133.3360.59
HexBCB97902241A39213d
Octal274271171024432714175
Binary1011110010111001111100101010010011010111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB979; }

 p { color: rgb(188,185,121); }

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

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

 a { background-color: rgb(188,185,121); }

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

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

 span { border-color: rgb(188,185,121); }

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