#BAB585

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

Shades of Coriander #BAB585

Tints of Coriander #BAB585

Color information

#BAB585 (or 0xBAB585) is unknown color: approx Coriander. HEX triplet: BA, B5 and 85. RGB value is (186,181,133). Sum of RGB (Red+Green+Blue) = 186+181+133=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB585 is #454A7A. Grayscale: #B1B1B1. Windows color (decimal): -4541051 or 8762810. OLE color: 8762810.

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

Color convert

RGB186181133-
CMYK00.030.280.27
HSL54.34º27.75%62.55%-
HSV(B)54.34º28.49%72.94%-
XYZ41.0145.1828.75-
YUV177.02103.16134.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=37.2%
G=36.2%
B=26.6%

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
Decimal18618113300.030.280.2754.3427.7562.55
HexBAB585031C1B361c3f
Octal272265205033433663477
Binary101110101011010110000101011111001101111011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB585; }

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

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

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

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

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

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

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

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