#BAB57F

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

Shades of Coriander #BAB57F

Tints of Coriander #BAB57F

Color information

#BAB57F (or 0xBAB57F) is unknown color: approx Coriander. HEX triplet: BA, B5 and 7F. RGB value is (186,181,127). Sum of RGB (Red+Green+Blue) = 186+181+127=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57F is #454A80. Grayscale: #B0B0B0. Windows color (decimal): -4541057 or 8369594. OLE color: 8369594.

HSL color Cylindrical-coordinate representation of color #BAB57F: hue angle of 54.92º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAB57F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186181127-
CMYK00.030.320.27
HSL54.92º29.95%61.37%-
HSV(B)54.92º31.72%72.94%-
XYZ40.645.0226.63-
YUV176.34100.16134.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 127 (50% from 255) = 25.71%
R=37.65%
G=36.64%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618112700.030.320.2754.9229.9561.37
HexBAB57F03201B371e3d
Octal272265177034033673675
Binary101110101011010111111110111000001101111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB57F; }

 p { color: rgb(186,181,127); }

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

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

 a { background-color: rgb(186,181,127); }

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

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

 span { border-color: rgb(186,181,127); }

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