#BCBA78

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

Shades of Pine Glade #BCBA78

Tints of Pine Glade #BCBA78

Color information

#BCBA78 (or 0xBCBA78) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 78. RGB value is (188,186,120). Sum of RGB (Red+Green+Blue) = 188+186+120=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA78 is #434587. Grayscale: #B3B3B3. Windows color (decimal): -4408712 or 7912124. OLE color: 7912124.

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

Color convert

RGB188186120-
CMYK00.010.360.26
HSL58.24º33.66%60.39%-
HSV(B)58.24º36.17%73.73%-
XYZ41.6947.1724.68-
YUV179.0794.66134.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=38.06%
G=37.65%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818612000.010.360.2658.2433.6660.39
HexBCBA7801241A3a223c
Octal274272170014432724274
Binary101111001011101011110000110010011010111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA78; }

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

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

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

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

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

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

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

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