#BAB58D

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

Shades of Coriander #BAB58D

Tints of Coriander #BAB58D

Color information

#BAB58D (or 0xBAB58D) is unknown color: approx Coriander. HEX triplet: BA, B5 and 8D. RGB value is (186,181,141). Sum of RGB (Red+Green+Blue) = 186+181+141=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB58D is #454A72. Grayscale: #B2B2B2. Windows color (decimal): -4541043 or 9287098. OLE color: 9287098.

HSL color Cylindrical-coordinate representation of color #BAB58D: hue angle of 53.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB58D is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186181141-
CMYK00.030.240.27
HSL53.33º24.59%64.12%-
HSV(B)53.33º24.19%72.94%-
XYZ41.5845.4131.77-
YUV177.94107.16133.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=36.61%
G=35.63%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618114100.030.240.2753.3324.5964.12
HexBAB58D03181B351940
Octal2722652150330336531100
Binary1011101010110101100011010111100011011110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB58D; }

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

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

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

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

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

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

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

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