Html Css Color HEX #BAB484 Coriander

📋 copy color: '#BAB484'

red 186 ◦ green 180 ◦ blue 132

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

Shades of Coriander #BAB484

Tints of Coriander #BAB484

RGB

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

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

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

R = 37.35%
G = 36.14%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAB484 (or 0xBAB484) is known color: Coriander. HEX triplet: BA, B4 and 84. RGB value is (186,180,132). Sum of RGB (Red+Green+Blue) = 186+180+132=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB484 is #454B7B. Grayscale: #B0B0B0. Windows color (decimal): -4541308 or 8697018. OLE color: 8697018.

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

Color convert

RGB 186 180 132 -
CMYK 0 0.03 0.29 0.27
HSL 53.33º 0.28% 0.62% -
HSV(B) 53.33º 0.29% 0.73% -
XYZ 40.74 44.75 28.32 -
YUV 176.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 186 180 132 0 0.03 0.29 0.27 53.33 0.28 0.62
Hex BA B4 84 0 3 1D 1B 35 1C 3E
Octal 272 264 204 0 3 35 33 65 34 76
Binary 10111010 10110100 10000100 0 11 11101 11011 110101 11100 111110

Color Harmonies of #BAB484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB484

Black with #BAB484

Text Example


Text Example

White with #BAB484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB484; }

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

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

background-color css

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

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

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

border-color css

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

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

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