Html Css Color HEX #BAB288 Coriander

📋 copy color: '#BAB288'

red 186 ◦ green 178 ◦ blue 136

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

Shades of Coriander #BAB288

Tints of Coriander #BAB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 37.2%
G = 35.6%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAB288 (or 0xBAB288) is known color: Coriander. HEX triplet: BA, B2 and 88. RGB value is (186,178,136). Sum of RGB (Red+Green+Blue) = 186+178+136=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB288 is #454D77. Grayscale: #AFAFAF. Windows color (decimal): -4541816 or 8958650. OLE color: 8958650.

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

Color convert

RGB 186 178 136 -
CMYK 0 0.04 0.27 0.27
HSL 50.4º 0.27% 0.63% -
HSV(B) 50.4º 0.27% 0.73% -
XYZ 40.61 44.06 29.66 -
YUV 175.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 186 178 136 0 0.04 0.27 0.27 50.4 0.27 0.63
Hex BA B2 88 0 4 1B 1B 32 1B 3F
Octal 272 262 210 0 4 33 33 62 33 77
Binary 10111010 10110010 10001000 0 100 11011 11011 110010 11011 111111

Color Harmonies of #BAB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB288

Black with #BAB288

Text Example


Text Example

White with #BAB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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