Html Css Color HEX #BAB491 Coriander

📋 copy color: '#BAB491'

red 186 ◦ green 180 ◦ blue 145

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

Shades of Coriander #BAB491

Tints of Coriander #BAB491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.38%

R = 36.4%
G = 35.23%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB491 (or 0xBAB491) is known color: Coriander. HEX triplet: BA, B4 and 91. RGB value is (186,180,145). Sum of RGB (Red+Green+Blue) = 186+180+145=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB491 is #454B6E. Grayscale: #B1B1B1. Windows color (decimal): -4541295 or 9548986. OLE color: 9548986.

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

Color convert

RGB 186 180 145 -
CMYK 0 0.03 0.22 0.27
HSL 51.22º 0.23% 0.65% -
HSV(B) 51.22º 0.22% 0.73% -
XYZ 41.68 45.13 33.3 -
YUV 177.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 186 180 145 0 0.03 0.22 0.27 51.22 0.23 0.65
Hex BA B4 91 0 3 16 1B 33 17 41
Octal 272 264 221 0 3 26 33 63 27 101
Binary 10111010 10110100 10010001 0 11 10110 11011 110011 10111 1000001

Color Harmonies of #BAB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB491

Black with #BAB491

Text Example


Text Example

White with #BAB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB491; }

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

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

background-color css

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

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

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

border-color css

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

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

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