Html Css Color HEX #BAB490 Coriander

📋 copy color: '#BAB490'

red 186 ◦ green 180 ◦ blue 144

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

Shades of Coriander #BAB490

Tints of Coriander #BAB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 36.47%
G = 35.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB490 (or 0xBAB490) is known color: Coriander. HEX triplet: BA, B4 and 90. RGB value is (186,180,144). Sum of RGB (Red+Green+Blue) = 186+180+144=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB490 is #454B6F. Grayscale: #B1B1B1. Windows color (decimal): -4541296 or 9483450. OLE color: 9483450.

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

Color convert

RGB 186 180 144 -
CMYK 0 0.03 0.23 0.27
HSL 51.43º 0.23% 0.65% -
HSV(B) 51.43º 0.23% 0.73% -
XYZ 41.61 45.1 32.9 -
YUV 177.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 186 180 144 0 0.03 0.23 0.27 51.43 0.23 0.65
Hex BA B4 90 0 3 17 1B 33 17 41
Octal 272 264 220 0 3 27 33 63 27 101
Binary 10111010 10110100 10010000 0 11 10111 11011 110011 10111 1000001

Color Harmonies of #BAB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB490

Black with #BAB490

Text Example


Text Example

White with #BAB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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