#BAB489

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

Shades of Coriander #BAB489

Tints of Coriander #BAB489

Color information

#BAB489 (or 0xBAB489) is unknown color: approx Coriander. HEX triplet: BA, B4 and 89. RGB value is (186,180,137). Sum of RGB (Red+Green+Blue) = 186+180+137=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB489 is #454B76. Grayscale: #B1B1B1. Windows color (decimal): -4541303 or 9024698. OLE color: 9024698.

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

Color convert

RGB186180137-
CMYK00.030.260.27
HSL52.65º26.2%63.33%-
HSV(B)52.65º26.34%72.94%-
XYZ41.0944.8930.17-
YUV176.89105.49134.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=36.98%
G=35.79%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618013700.030.260.2752.6526.263.33
HexBAB489031A1B351a3f
Octal272264211033233653277
Binary101110101011010010001001011110101101111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB489; }

 p { color: rgb(186,180,137); }

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

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

 a { background-color: rgb(186,180,137); }

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

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

 span { border-color: rgb(186,180,137); }

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