Html Css Color HEX #BAB286 Coriander

📋 copy color: '#BAB286'

red 186 ◦ green 178 ◦ blue 134

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

Shades of Coriander #BAB286

Tints of Coriander #BAB286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.91%

R = 37.35%
G = 35.74%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAB286 (or 0xBAB286) is known color: Coriander. HEX triplet: BA, B2 and 86. RGB value is (186,178,134). Sum of RGB (Red+Green+Blue) = 186+178+134=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB286 is #454D79. Grayscale: #AFAFAF. Windows color (decimal): -4541818 or 8827578. OLE color: 8827578.

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

Color convert

RGB 186 178 134 -
CMYK 0 0.04 0.28 0.27
HSL 50.77º 0.27% 0.63% -
HSV(B) 50.77º 0.28% 0.73% -
XYZ 40.47 44 28.91 -
YUV 175.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 186 178 134 0 0.04 0.28 0.27 50.77 0.27 0.63
Hex BA B2 86 0 4 1C 1B 33 1B 3F
Octal 272 262 206 0 4 34 33 63 33 77
Binary 10111010 10110010 10000110 0 100 11100 11011 110011 11011 111111

Color Harmonies of #BAB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB286

Black with #BAB286

Text Example


Text Example

White with #BAB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB286; }

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

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

background-color css

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

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

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

border-color css

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

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

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