#BAB680

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

Shades of Coriander #BAB680

Tints of Coriander #BAB680

Color information

#BAB680 (or 0xBAB680) is unknown color: approx Coriander. HEX triplet: BA, B6 and 80. RGB value is (186,182,128). Sum of RGB (Red+Green+Blue) = 186+182+128=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB680 is #45497F. Grayscale: #B1B1B1. Windows color (decimal): -4540800 or 8435386. OLE color: 8435386.

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

Color convert

RGB186182128-
CMYK00.020.310.27
HSL55.86º29.59%61.57%-
HSV(B)55.86º31.18%72.94%-
XYZ40.8745.4527.04-
YUV177.04100.33134.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=37.5%
G=36.69%
B=25.81%

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
Decimal18618212800.020.310.2755.8629.5961.57
HexBAB680021F1B381e3e
Octal272266200023733703676
Binary101110101011011010000000010111111101111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB680; }

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

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

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

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

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

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

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

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