#BAB485

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

Shades of Coriander #BAB485

Tints of Coriander #BAB485

Color information

#BAB485 (or 0xBAB485) is unknown color: approx Coriander. HEX triplet: BA, B4 and 85. RGB value is (186,180,133). Sum of RGB (Red+Green+Blue) = 186+180+133=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB485 is #454B7A. Grayscale: #B0B0B0. Windows color (decimal): -4541307 or 8762554. OLE color: 8762554.

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

Color convert

RGB186180133-
CMYK00.030.280.27
HSL53.21º27.75%62.55%-
HSV(B)53.21º28.49%72.94%-
XYZ40.844.7828.68-
YUV176.44103.49134.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=37.27%
G=36.07%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618013300.030.280.2753.2127.7562.55
HexBAB485031C1B351c3f
Octal272264205033433653477
Binary101110101011010010000101011111001101111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB485; }

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

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

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

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

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

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

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

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