#BCBA80

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

Shades of Pine Glade #BCBA80

Tints of Pine Glade #BCBA80

Color information

#BCBA80 (or 0xBCBA80) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 80. RGB value is (188,186,128). Sum of RGB (Red+Green+Blue) = 188+186+128=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA80 is #43457F. Grayscale: #B4B4B4. Windows color (decimal): -4408704 or 8436412. OLE color: 8436412.

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

Color convert

RGB188186128-
CMYK00.010.320.26
HSL58º30.93%61.96%-
HSV(B)58º31.91%73.73%-
XYZ42.1947.3727.34-
YUV179.9998.66133.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=37.45%
G=37.05%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818612800.010.320.265830.9361.96
HexBCBA8001201A3a1f3e
Octal274272200014032723776
Binary101111001011101010000000011000001101011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA80; }

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

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

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

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

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

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

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

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