Html Css Color HEX #BAB995 Coriander

📋 copy color: '#BAB995'

red 186 ◦ green 185 ◦ blue 149

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

Shades of Coriander #BAB995

Tints of Coriander #BAB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 35.77%
G = 35.58%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB995 (or 0xBAB995) is known color: Coriander. HEX triplet: BA, B9 and 95. RGB value is (186,185,149). Sum of RGB (Red+Green+Blue) = 186+185+149=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB995 is #45466A. Grayscale: #B5B5B5. Windows color (decimal): -4540011 or 9812410. OLE color: 9812410.

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

Color convert

RGB 186 185 149 -
CMYK 0 0.01 0.20 0.27
HSL 58.38º 0.21% 0.66% -
HSV(B) 58.38º 0.2% 0.73% -
XYZ 43.02 47.31 35.3 -
YUV 181.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 186 185 149 0 0.01 0.20 0.27 58.38 0.21 0.66
Hex BA B9 95 0 1 14 1B 3A 15 42
Octal 272 271 225 0 1 24 33 72 25 102
Binary 10111010 10111001 10010101 0 1 10100 11011 111010 10101 1000010

Color Harmonies of #BAB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB995

Black with #BAB995

Text Example


Text Example

White with #BAB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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