Html Css Color HEX #BAB594 Coriander

📋 copy color: '#BAB594'

red 186 ◦ green 181 ◦ blue 148

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

Shades of Coriander #BAB594

Tints of Coriander #BAB594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 36.12%
G = 35.15%
B = 28.74%

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

#BAB594 (or 0xBAB594) is known color: Coriander. HEX triplet: BA, B5 and 94. RGB value is (186,181,148). Sum of RGB (Red+Green+Blue) = 186+181+148=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB594 is #454A6B. Grayscale: #B2B2B2. Windows color (decimal): -4541036 or 9745850. OLE color: 9745850.

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

Color convert

RGB 186 181 148 -
CMYK 0 0.03 0.20 0.27
HSL 52.11º 0.22% 0.65% -
HSV(B) 52.11º 0.2% 0.73% -
XYZ 42.12 45.62 34.6 -
YUV 178.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 186 181 148 0 0.03 0.20 0.27 52.11 0.22 0.65
Hex BA B5 94 0 3 14 1B 34 16 41
Octal 272 265 224 0 3 24 33 64 26 101
Binary 10111010 10110101 10010100 0 11 10100 11011 110100 10110 1000001

Color Harmonies of #BAB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB594

Black with #BAB594

Text Example


Text Example

White with #BAB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB594; }

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

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

background-color css

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

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

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

border-color css

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

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

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