#BAB784

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

Shades of Coriander #BAB784

Tints of Coriander #BAB784

Color information

#BAB784 (or 0xBAB784) is unknown color: approx Coriander. HEX triplet: BA, B7 and 84. RGB value is (186,183,132). Sum of RGB (Red+Green+Blue) = 186+183+132=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB784 is #45487B. Grayscale: #B2B2B2. Windows color (decimal): -4540540 or 8697786. OLE color: 8697786.

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

Color convert

RGB186183132-
CMYK00.020.290.27
HSL56.67º28.13%62.35%-
HSV(B)56.67º29.03%72.94%-
XYZ41.3545.9728.52-
YUV178.08101.99133.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=37.13%
G=36.53%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618313200.020.290.2756.6728.1362.35
HexBAB784021D1B391c3e
Octal272267204023533713476
Binary101110101011011110000100010111011101111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB784; }

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

 H1.HeaderClassName
 {
   color: #BAB784;
 }
 .AnyTagClassName
 {
   color: #BAB784;
 }
</style>
background-color css

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

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

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

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

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

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