#BCBA82

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

Shades of Pine Glade #BCBA82

Tints of Pine Glade #BCBA82

Color information

#BCBA82 (or 0xBCBA82) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 82. RGB value is (188,186,130). Sum of RGB (Red+Green+Blue) = 188+186+130=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA82 is #43457D. Grayscale: #B4B4B4. Windows color (decimal): -4408702 or 8567484. OLE color: 8567484.

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

Color convert

RGB188186130-
CMYK00.010.310.26
HSL57.93º30.21%62.35%-
HSV(B)57.93º30.85%73.73%-
XYZ42.3347.4228.04-
YUV180.2199.66133.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=37.30%
G=36.90%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818613000.010.310.2657.9330.2162.35
HexBCBA82011F1A3a1e3e
Octal274272202013732723676
Binary10111100101110101000001001111111101011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA82; }

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

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

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

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

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

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

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

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