#BAB692

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

Shades of Coriander #BAB692

Tints of Coriander #BAB692

Color information

#BAB692 (or 0xBAB692) is unknown color: approx Coriander. HEX triplet: BA, B6 and 92. RGB value is (186,182,146). Sum of RGB (Red+Green+Blue) = 186+182+146=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB692 is #45496D. Grayscale: #B3B3B3. Windows color (decimal): -4540782 or 9615034. OLE color: 9615034.

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

Color convert

RGB186182146-
CMYK00.020.220.27
HSL54º22.47%65.1%-
HSV(B)54º21.51%72.94%-
XYZ42.1745.9733.84-
YUV179.09109.33132.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=36.19%
G=35.41%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618214600.020.220.275422.4765.1
HexBAB69202161B361641
Octal2722662220226336626101
Binary1011101010110110100100100101011011011110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB692; }

 p { color: rgb(186,182,146); }

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

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

 a { background-color: rgb(186,182,146); }

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

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

 span { border-color: rgb(186,182,146); }

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