Html Css Color HEX #BAB595 Coriander

📋 copy color: '#BAB595'

red 186 ◦ green 181 ◦ blue 149

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

Shades of Coriander #BAB595

Tints of Coriander #BAB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.08%

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

R = 36.05%
G = 35.08%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB595 (or 0xBAB595) is known color: Coriander. HEX triplet: BA, B5 and 95. RGB value is (186,181,149). Sum of RGB (Red+Green+Blue) = 186+181+149=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB595 is #454A6A. Grayscale: #B2B2B2. Windows color (decimal): -4541035 or 9811386. OLE color: 9811386.

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

Color convert

RGB 186 181 149 -
CMYK 0 0.03 0.20 0.27
HSL 51.89º 0.21% 0.66% -
HSV(B) 51.89º 0.2% 0.73% -
XYZ 42.2 45.66 35.02 -
YUV 178.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 186 181 149 0 0.03 0.20 0.27 51.89 0.21 0.66
Hex BA B5 95 0 3 14 1B 34 15 42
Octal 272 265 225 0 3 24 33 64 25 102
Binary 10111010 10110101 10010101 0 11 10100 11011 110100 10101 1000010

Color Harmonies of #BAB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB595

Black with #BAB595

Text Example


Text Example

White with #BAB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB595; }

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

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

background-color css

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

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

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

border-color css

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

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

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