#BAB381

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

Shades of Coriander #BAB381

Tints of Coriander #BAB381

Color information

#BAB381 (or 0xBAB381) is unknown color: approx Coriander. HEX triplet: BA, B3 and 81. RGB value is (186,179,129). Sum of RGB (Red+Green+Blue) = 186+179+129=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB381 is #454C7E. Grayscale: #AFAFAF. Windows color (decimal): -4541567 or 8500154. OLE color: 8500154.

HSL color Cylindrical-coordinate representation of color #BAB381: hue angle of 52.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB381 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186179129-
CMYK00.040.310.27
HSL52.63º29.23%61.76%-
HSV(B)52.63º30.65%72.94%-
XYZ40.3344.2627.19-
YUV175.39101.82135.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=37.65%
G=36.23%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617912900.040.310.2752.6329.2361.76
HexBAB381041F1B351d3e
Octal272263201043733653576
Binary1011101010110011100000010100111111101111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB381; }

 p { color: rgb(186,179,129); }

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

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

 a { background-color: rgb(186,179,129); }

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

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

 span { border-color: rgb(186,179,129); }

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