#BCBA76

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

Shades of Pine Glade #BCBA76

Tints of Pine Glade #BCBA76

Color information

#BCBA76 (or 0xBCBA76) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 76. RGB value is (188,186,118). Sum of RGB (Red+Green+Blue) = 188+186+118=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA76 is #434589. Grayscale: #B3B3B3. Windows color (decimal): -4408714 or 7781052. OLE color: 7781052.

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

Color convert

RGB188186118-
CMYK00.010.370.26
HSL58.29º34.31%60%-
HSV(B)58.29º37.23%73.73%-
XYZ41.5747.1224.04-
YUV178.8593.66134.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=38.21%
G=37.80%
B=23.98%

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
Decimal18818611800.010.370.2658.2934.3160
HexBCBA7601251A3a223c
Octal274272166014532724274
Binary101111001011101011101100110010111010111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA76; }

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

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

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

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

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

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

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

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