#BAB484

Color #BAB484 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BAB484

Tints of Coriander #BAB484

Color information

#BAB484 (or 0xBAB484) is unknown color: approx 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

RGB186180132-
CMYK00.030.290.27
HSL53.33º28.13%62.35%-
HSV(B)53.33º29.03%72.94%-
XYZ40.7444.7528.32-
YUV176.32102.99134.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618013200.030.290.2753.3328.1362.35
HexBAB484031D1B351c3e
Octal272264204033533653476
Binary101110101011010010000100011111011101111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>