Html Css Color HEX #BAB488 Coriander

📋 copy color: '#BAB488'

red 186 ◦ green 180 ◦ blue 136

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

Shades of Coriander #BAB488

Tints of Coriander #BAB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 37.05%
G = 35.86%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAB488 (or 0xBAB488) is known color: Coriander. HEX triplet: BA, B4 and 88. RGB value is (186,180,136). Sum of RGB (Red+Green+Blue) = 186+180+136=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB488 is #454B77. Grayscale: #B0B0B0. Windows color (decimal): -4541304 or 8959162. OLE color: 8959162.

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

Color convert

RGB 186 180 136 -
CMYK 0 0.03 0.27 0.27
HSL 52.8º 0.27% 0.63% -
HSV(B) 52.8º 0.27% 0.73% -
XYZ 41.01 44.86 29.79 -
YUV 176.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 186 180 136 0 0.03 0.27 0.27 52.8 0.27 0.63
Hex BA B4 88 0 3 1B 1B 35 1B 3F
Octal 272 264 210 0 3 33 33 65 33 77
Binary 10111010 10110100 10001000 0 11 11011 11011 110101 11011 111111

Color Harmonies of #BAB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB488

Black with #BAB488

Text Example


Text Example

White with #BAB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB488; }

 p { color: rgb(186,180,136); }

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

background-color css

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

 a { background-color: rgb(186,180,136); }

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

border-color css

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

 span { border-color: rgb(186,180,136); }

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