#BAB88B

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

Shades of Coriander #BAB88B

Tints of Coriander #BAB88B

Color information

#BAB88B (or 0xBAB88B) is unknown color: approx Coriander. HEX triplet: BA, B8 and 8B. RGB value is (186,184,139). Sum of RGB (Red+Green+Blue) = 186+184+139=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB88B is #454774. Grayscale: #B3B3B3. Windows color (decimal): -4540277 or 9156794. OLE color: 9156794.

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

Color convert

RGB186184139-
CMYK00.010.250.27
HSL57.45º25.41%63.73%-
HSV(B)57.45º25.27%72.94%-
XYZ42.0546.5831.2-
YUV179.47105.16132.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=36.54%
G=36.15%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618413900.010.250.2757.4525.4163.73
HexBAB88B01191B391940
Octal2722702130131337131100
Binary101110101011100010001011011100111011111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB88B; }

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

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

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

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

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

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

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

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