#BAB48B

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

Shades of Coriander #BAB48B

Tints of Coriander #BAB48B

Color information

#BAB48B (or 0xBAB48B) is unknown color: approx Coriander. HEX triplet: BA, B4 and 8B. RGB value is (186,180,139). Sum of RGB (Red+Green+Blue) = 186+180+139=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48B is #454B74. Grayscale: #B1B1B1. Windows color (decimal): -4541301 or 9155770. OLE color: 9155770.

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

Color convert

RGB186180139-
CMYK00.030.250.27
HSL52.34º25.41%63.73%-
HSV(B)52.34º25.27%72.94%-
XYZ41.2344.9530.93-
YUV177.12106.49134.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=36.83%
G=35.64%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618013900.030.250.2752.3425.4163.73
HexBAB48B03191B341940
Octal2722642130331336431100
Binary1011101010110100100010110111100111011110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB48B; }

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

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

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

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

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

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

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

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