#BAB58F

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

Shades of Coriander #BAB58F

Tints of Coriander #BAB58F

Color information

#BAB58F (or 0xBAB58F) is unknown color: approx Coriander. HEX triplet: BA, B5 and 8F. RGB value is (186,181,143). Sum of RGB (Red+Green+Blue) = 186+181+143=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB58F is #454A70. Grayscale: #B2B2B2. Windows color (decimal): -4541041 or 9418170. OLE color: 9418170.

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

Color convert

RGB186181143-
CMYK00.030.230.27
HSL53.02º23.76%64.51%-
HSV(B)53.02º23.12%72.94%-
XYZ41.7345.4732.56-
YUV178.16108.16133.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=36.47%
G=35.49%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618114300.030.230.2753.0223.7664.51
HexBAB58F03171B351841
Octal2722652170327336530101
Binary1011101010110101100011110111011111011110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB58F; }

 p { color: rgb(186,181,143); }

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

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

 a { background-color: rgb(186,181,143); }

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

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

 span { border-color: rgb(186,181,143); }

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