#BCBA77

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

Shades of Pine Glade #BCBA77

Tints of Pine Glade #BCBA77

Color information

#BCBA77 (or 0xBCBA77) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 77. RGB value is (188,186,119). Sum of RGB (Red+Green+Blue) = 188+186+119=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA77 is #434588. Grayscale: #B3B3B3. Windows color (decimal): -4408713 or 7846588. OLE color: 7846588.

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

Color convert

RGB188186119-
CMYK00.010.370.26
HSL58.26º33.99%60.2%-
HSV(B)58.26º36.7%73.73%-
XYZ41.6347.1424.36-
YUV178.9694.16134.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=38.13%
G=37.73%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818611900.010.370.2658.2633.9960.2
HexBCBA7701251A3a223c
Octal274272167014532724274
Binary101111001011101011101110110010111010111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA77; }

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

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

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

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

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

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

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

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