#BAB681

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

Shades of Coriander #BAB681

Tints of Coriander #BAB681

Color information

#BAB681 (or 0xBAB681) is unknown color: approx Coriander. HEX triplet: BA, B6 and 81. RGB value is (186,182,129). Sum of RGB (Red+Green+Blue) = 186+182+129=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB681 is #45497E. Grayscale: #B1B1B1. Windows color (decimal): -4540799 or 8500922. OLE color: 8500922.

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

Color convert

RGB186182129-
CMYK00.020.310.27
HSL55.79º29.23%61.76%-
HSV(B)55.79º30.65%72.94%-
XYZ40.9445.4827.39-
YUV177.15100.83134.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=37.42%
G=36.62%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618212900.020.310.2755.7929.2361.76
HexBAB681021F1B381d3e
Octal272266201023733703576
Binary101110101011011010000001010111111101111100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB681; }

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

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

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

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

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

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

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

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