#BAB791

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

Shades of Coriander #BAB791

Tints of Coriander #BAB791

Color information

#BAB791 (or 0xBAB791) is unknown color: approx Coriander. HEX triplet: BA, B7 and 91. RGB value is (186,183,145). Sum of RGB (Red+Green+Blue) = 186+183+145=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB791 is #45486E. Grayscale: #B3B3B3. Windows color (decimal): -4540527 or 9549754. OLE color: 9549754.

HSL color Cylindrical-coordinate representation of color #BAB791: hue angle of 55.61º degrees, saturation: 0.23, 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 #BAB791 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186183145-
CMYK00.020.220.27
HSL55.61º22.91%64.9%-
HSV(B)55.61º22.04%72.94%-
XYZ42.2946.3533.51-
YUV179.56108.49132.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=36.19%
G=35.60%
B=28.21%

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
Decimal18618314500.020.220.2755.6122.9164.9
HexBAB79102161B381741
Octal2722672210226337027101
Binary1011101010110111100100010101011011011111000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB791; }

 p { color: rgb(186,183,145); }

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

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

 a { background-color: rgb(186,183,145); }

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

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

 span { border-color: rgb(186,183,145); }

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