#BAB384

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

Shades of Coriander #BAB384

Tints of Coriander #BAB384

Color information

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

RGB186179132-
CMYK00.040.290.27
HSL52.22º28.13%62.35%-
HSV(B)52.22º29.03%72.94%-
XYZ40.5344.3528.25-
YUV175.74103.32135.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617913200.040.290.2752.2228.1362.35
HexBAB384041D1B341c3e
Octal272263204043533643476
Binary1011101010110011100001000100111011101111010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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