#BAB580

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

Shades of Coriander #BAB580

Tints of Coriander #BAB580

Color information

#BAB580 (or 0xBAB580) is unknown color: approx Coriander. HEX triplet: BA, B5 and 80. RGB value is (186,181,128). Sum of RGB (Red+Green+Blue) = 186+181+128=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB580 is #454A7F. Grayscale: #B0B0B0. Windows color (decimal): -4541056 or 8435130. OLE color: 8435130.

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

Color convert

RGB186181128-
CMYK00.030.310.27
HSL54.83º29.59%61.57%-
HSV(B)54.83º31.18%72.94%-
XYZ40.6745.0526.97-
YUV176.45100.66134.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=37.58%
G=36.57%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618112800.030.310.2754.8329.5961.57
HexBAB580031F1B371e3e
Octal272265200033733673676
Binary101110101011010110000000011111111101111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB580; }

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

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

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

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

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

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

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

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