#BAB47F

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

Shades of Coriander #BAB47F

Tints of Coriander #BAB47F

Color information

#BAB47F (or 0xBAB47F) is unknown color: approx Coriander. HEX triplet: BA, B4 and 7F. RGB value is (186,180,127). Sum of RGB (Red+Green+Blue) = 186+180+127=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47F is #454B80. Grayscale: #AFAFAF. Windows color (decimal): -4541313 or 8369338. OLE color: 8369338.

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

Color convert

RGB186180127-
CMYK00.030.320.27
HSL53.9º29.95%61.37%-
HSV(B)53.9º31.72%72.94%-
XYZ40.444.6126.56-
YUV175.75100.49135.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 127 (50% from 255) = 25.76%
R=37.73%
G=36.51%
B=25.76%

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
Decimal18618012700.030.320.2753.929.9561.37
HexBAB47F03201B361e3d
Octal272264177034033663675
Binary101110101011010011111110111000001101111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB47F; }

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

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

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

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

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

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

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

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