#BAB683

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

Shades of Coriander #BAB683

Tints of Coriander #BAB683

Color information

#BAB683 (or 0xBAB683) is unknown color: approx Coriander. HEX triplet: BA, B6 and 83. RGB value is (186,182,131). Sum of RGB (Red+Green+Blue) = 186+182+131=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB683 is #45497C. Grayscale: #B1B1B1. Windows color (decimal): -4540797 or 8631994. OLE color: 8631994.

HSL color Cylindrical-coordinate representation of color #BAB683: hue angle of 55.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB683 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186182131-
CMYK00.020.300.27
HSL55.64º28.5%62.16%-
HSV(B)55.64º29.57%72.94%-
XYZ41.0745.5328.1-
YUV177.38101.83134.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=37.27%
G=36.47%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618213100.020.300.2755.6428.562.16
HexBAB683021E1B381c3e
Octal272266203023633703476
Binary101110101011011010000011010111101101111100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB683; }

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

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

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

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

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

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

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

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