#BAB48A

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

Shades of Coriander #BAB48A

Tints of Coriander #BAB48A

Color information

#BAB48A (or 0xBAB48A) is unknown color: approx Coriander. HEX triplet: BA, B4 and 8A. RGB value is (186,180,138). Sum of RGB (Red+Green+Blue) = 186+180+138=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48A is #454B75. Grayscale: #B1B1B1. Windows color (decimal): -4541302 or 9090234. OLE color: 9090234.

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

Color convert

RGB186180138-
CMYK00.030.260.27
HSL52.5º25.81%63.53%-
HSV(B)52.5º25.81%72.94%-
XYZ41.1644.9230.55-
YUV177.01105.99134.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=36.90%
G=35.71%
B=27.38%

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
Decimal18618013800.030.260.2752.525.8163.53
HexBAB48A031A1B341a40
Octal2722642120332336432100
Binary1011101010110100100010100111101011011110100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB48A; }

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

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

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

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

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

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

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

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