Html Css Color HEX #BAB584 Coriander

📋 copy color: '#BAB584'

red 186 ◦ green 181 ◦ blue 132

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

Shades of Coriander #BAB584

Tints of Coriander #BAB584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 37.27%
G = 36.27%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAB584 (or 0xBAB584) is known color: Coriander. HEX triplet: BA, B5 and 84. RGB value is (186,181,132). Sum of RGB (Red+Green+Blue) = 186+181+132=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB584 is #454A7B. Grayscale: #B1B1B1. Windows color (decimal): -4541052 or 8697274. OLE color: 8697274.

HSL color Cylindrical-coordinate representation of color #BAB584: hue angle of 54.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB584 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 132 -
CMYK 0 0.03 0.29 0.27
HSL 54.44º 0.28% 0.62% -
HSV(B) 54.44º 0.29% 0.73% -
XYZ 40.94 45.15 28.39 -
YUV 176.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 186 181 132 0 0.03 0.29 0.27 54.44 0.28 0.62
Hex BA B5 84 0 3 1D 1B 36 1C 3E
Octal 272 265 204 0 3 35 33 66 34 76
Binary 10111010 10110101 10000100 0 11 11101 11011 110110 11100 111110

Color Harmonies of #BAB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB584

Black with #BAB584

Text Example


Text Example

White with #BAB584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB584; }

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

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

background-color css

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

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

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

border-color css

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

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

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