Html Css Color HEX #BAB384 Coriander

📋 copy color: '#BAB384'

red 186 ◦ green 179 ◦ blue 132

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

Shades of Coriander #BAB384

Tints of Coriander #BAB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 37.42%
G = 36.02%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAB384 (or 0xBAB384) is known color: Coriander. HEX triplet: BA, B3 and 84. RGB value is (186,179,132). Sum of RGB (Red+Green+Blue) = 186+179+132=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB384 is #454C7B. Grayscale: #AFAFAF. Windows color (decimal): -4541564 or 8696762. OLE color: 8696762.

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

Color convert

RGB 186 179 132 -
CMYK 0 0.04 0.29 0.27
HSL 52.22º 0.28% 0.62% -
HSV(B) 52.22º 0.29% 0.73% -
XYZ 40.53 44.35 28.25 -
YUV 175.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 186 179 132 0 0.04 0.29 0.27 52.22 0.28 0.62
Hex BA B3 84 0 4 1D 1B 34 1C 3E
Octal 272 263 204 0 4 35 33 64 34 76
Binary 10111010 10110011 10000100 0 100 11101 11011 110100 11100 111110

Color Harmonies of #BAB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB384

Black with #BAB384

Text Example


Text Example

White with #BAB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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