#BAB88F

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

Shades of Coriander #BAB88F

Tints of Coriander #BAB88F

Color information

#BAB88F (or 0xBAB88F) is unknown color: approx Coriander. HEX triplet: BA, B8 and 8F. RGB value is (186,184,143). Sum of RGB (Red+Green+Blue) = 186+184+143=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB88F is #454770. Grayscale: #B4B4B4. Windows color (decimal): -4540273 or 9418938. OLE color: 9418938.

HSL color Cylindrical-coordinate representation of color #BAB88F: hue angle of 57.21º 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 #BAB88F is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186184143-
CMYK00.010.230.27
HSL57.21º23.76%64.51%-
HSV(B)57.21º23.12%72.94%-
XYZ42.3546.732.77-
YUV179.92107.16132.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=36.26%
G=35.87%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618414300.010.230.2757.2123.7664.51
HexBAB88F01171B391841
Octal2722702170127337130101
Binary101110101011100010001111011011111011111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB88F; }

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

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

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

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

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

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

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

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