Html Css Color HEX #BAB884 Coriander

📋 copy color: '#BAB884'

red 186 ◦ green 184 ◦ blue 132

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

Shades of Coriander #BAB884

Tints of Coriander #BAB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

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

R = 37.05%
G = 36.65%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAB884 (or 0xBAB884) is known color: Coriander. HEX triplet: BA, B8 and 84. RGB value is (186,184,132). Sum of RGB (Red+Green+Blue) = 186+184+132=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB884 is #45477B. Grayscale: #B2B2B2. Windows color (decimal): -4540284 or 8698042. OLE color: 8698042.

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

Color convert

RGB 186 184 132 -
CMYK 0 0.01 0.29 0.27
HSL 57.78º 0.28% 0.62% -
HSV(B) 57.78º 0.29% 0.73% -
XYZ 41.56 46.39 28.59 -
YUV 178.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 186 184 132 0 0.01 0.29 0.27 57.78 0.28 0.62
Hex BA B8 84 0 1 1D 1B 3A 1C 3E
Octal 272 270 204 0 1 35 33 72 34 76
Binary 10111010 10111000 10000100 0 1 11101 11011 111010 11100 111110

Color Harmonies of #BAB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB884

Black with #BAB884

Text Example


Text Example

White with #BAB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB884; }

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

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

background-color css

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

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

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

border-color css

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

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

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