#BAB68B

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

Shades of Coriander #BAB68B

Tints of Coriander #BAB68B

Color information

#BAB68B (or 0xBAB68B) is unknown color: approx Coriander. HEX triplet: BA, B6 and 8B. RGB value is (186,182,139). Sum of RGB (Red+Green+Blue) = 186+182+139=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68B is #454974. Grayscale: #B2B2B2. Windows color (decimal): -4540789 or 9156282. OLE color: 9156282.

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

Color convert

RGB186182139-
CMYK00.020.250.27
HSL54.89º25.41%63.73%-
HSV(B)54.89º25.27%72.94%-
XYZ41.6445.7631.06-
YUV178.29105.83133.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=36.69%
G=35.90%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618213900.020.250.2754.8925.4163.73
HexBAB68B02191B371940
Octal2722662130231336731100
Binary1011101010110110100010110101100111011110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB68B; }

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

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

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

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

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

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

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

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