Html Css Color HEX #BAB990 Coriander

📋 copy color: '#BAB990'

red 186 ◦ green 185 ◦ blue 144

#BAB990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #BAB990

Tints of Coriander #BAB990

RGB

 RED value IS 186 (73.05% from 255) = 36.12%

 GREEN value IS 185 (72.66% from 255) = 35.92%

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 36.12%
G = 35.92%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB990 (or 0xBAB990) is known color: Coriander. HEX triplet: BA, B9 and 90. RGB value is (186,185,144). Sum of RGB (Red+Green+Blue) = 186+185+144=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB990 is #45466F. Grayscale: #B4B4B4. Windows color (decimal): -4540016 or 9484730. OLE color: 9484730.

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

Color convert

RGB 186 185 144 -
CMYK 0 0.01 0.23 0.27
HSL 58.57º 0.23% 0.65% -
HSV(B) 58.57º 0.23% 0.73% -
XYZ 42.63 47.15 33.24 -
YUV 180.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 186 185 144 0 0.01 0.23 0.27 58.57 0.23 0.65
Hex BA B9 90 0 1 17 1B 3B 17 41
Octal 272 271 220 0 1 27 33 73 27 101
Binary 10111010 10111001 10010000 0 1 10111 11011 111011 10111 1000001

Color Harmonies of #BAB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB990

Black with #BAB990

Text Example


Text Example

White with #BAB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB990; }

 p { color: rgb(186,185,144); }

 H1.HeaderClassName
 {
   color: #BAB990;
 }
 .AnyTagClassName
 {
   color: #BAB990;
 }
</style>

background-color css

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

 a { background-color: rgb(186,185,144); }

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

border-color css

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

 span { border-color: rgb(186,185,144); }

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