#BAB985

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

Shades of Pine Glade #BAB985

Tints of Pine Glade #BAB985

Color information

#BAB985 (or 0xBAB985) is unknown color: approx Pine Glade. HEX triplet: BA, B9 and 85. RGB value is (186,185,133). Sum of RGB (Red+Green+Blue) = 186+185+133=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB985 is #45467A. Grayscale: #B3B3B3. Windows color (decimal): -4540027 or 8763834. OLE color: 8763834.

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

Color convert

RGB186185133-
CMYK00.010.280.27
HSL58.87º27.75%62.55%-
HSV(B)58.87º28.49%72.94%-
XYZ41.8346.8329.02-
YUV179.37101.83132.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=36.90%
G=36.71%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618513300.010.280.2758.8727.7562.55
HexBAB985011C1B3b1c3f
Octal272271205013433733477
Binary10111010101110011000010101111001101111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB985; }

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

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

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

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

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

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

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

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