#BAB87A

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

Shades of Pine Glade #BAB87A

Tints of Pine Glade #BAB87A

Color information

#BAB87A (or 0xBAB87A) is unknown color: approx Pine Glade. HEX triplet: BA, B8 and 7A. RGB value is (186,184,122). Sum of RGB (Red+Green+Blue) = 186+184+122=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87A is #454785. Grayscale: #B1B1B1. Windows color (decimal): -4540294 or 8042682. OLE color: 8042682.

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

Color convert

RGB186184122-
CMYK00.010.340.27
HSL58.12º31.68%60.39%-
HSV(B)58.12º34.41%72.94%-
XYZ40.946.1325.16-
YUV177.5396.66134.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=37.80%
G=37.40%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618412200.010.340.2758.1231.6860.39
HexBAB87A01221B3a203c
Octal272270172014233724074
Binary101110101011100011110100110001011011111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB87A; }

 p { color: rgb(186,184,122); }

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

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

 a { background-color: rgb(186,184,122); }

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

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

 span { border-color: rgb(186,184,122); }

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