#BAB48F

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

Shades of Coriander #BAB48F

Tints of Coriander #BAB48F

Color information

#BAB48F (or 0xBAB48F) is unknown color: approx Coriander. HEX triplet: BA, B4 and 8F. RGB value is (186,180,143). Sum of RGB (Red+Green+Blue) = 186+180+143=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48F is #454B70. Grayscale: #B1B1B1. Windows color (decimal): -4541297 or 9417914. OLE color: 9417914.

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

Color convert

RGB186180143-
CMYK00.030.230.27
HSL51.63º23.76%64.51%-
HSV(B)51.63º23.12%72.94%-
XYZ41.5345.0632.5-
YUV177.58108.49134.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=36.54%
G=35.36%
B=28.09%

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
Decimal18618014300.030.230.2751.6323.7664.51
HexBAB48F03171B341841
Octal2722642170327336430101
Binary1011101010110100100011110111011111011110100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB48F; }

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

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

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

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

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

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

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

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