#BCB978

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

Shades of Pine Glade #BCB978

Tints of Pine Glade #BCB978

Color information

#BCB978 (or 0xBCB978) is unknown color: approx Pine Glade. HEX triplet: BC, B9 and 78. RGB value is (188,185,120). Sum of RGB (Red+Green+Blue) = 188+185+120=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB978 is #434687. Grayscale: #B2B2B2. Windows color (decimal): -4408968 or 7911868. OLE color: 7911868.

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

Color convert

RGB188185120-
CMYK00.020.360.26
HSL57.35º33.66%60.39%-
HSV(B)57.35º36.17%73.73%-
XYZ41.4846.7524.61-
YUV178.4994.99134.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=38.13%
G=37.53%
B=24.34%

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
Decimal18818512000.020.360.2657.3533.6660.39
HexBCB97802241A39223c
Octal274271170024432714274
Binary1011110010111001111100001010010011010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB978; }

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

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

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

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

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

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

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

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