#BCBA85

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

Shades of Pine Glade #BCBA85

Tints of Pine Glade #BCBA85

Color information

#BCBA85 (or 0xBCBA85) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 85. RGB value is (188,186,133). Sum of RGB (Red+Green+Blue) = 188+186+133=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA85 is #43457A. Grayscale: #B4B4B4. Windows color (decimal): -4408699 or 8764092. OLE color: 8764092.

HSL color Cylindrical-coordinate representation of color #BCBA85: hue angle of 57.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBA85 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188186133-
CMYK00.010.290.26
HSL57.82º29.1%62.94%-
HSV(B)57.82º29.26%73.73%-
XYZ42.5347.529.12-
YUV180.56101.16133.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=37.08%
G=36.69%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818613300.010.290.2657.8229.162.94
HexBCBA85011D1A3a1d3f
Octal274272205013532723577
Binary10111100101110101000010101111011101011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA85; }

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

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

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

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

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

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

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

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