#BAB48D

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

Shades of Coriander #BAB48D

Tints of Coriander #BAB48D

Color information

#BAB48D (or 0xBAB48D) is unknown color: approx Coriander. HEX triplet: BA, B4 and 8D. RGB value is (186,180,141). Sum of RGB (Red+Green+Blue) = 186+180+141=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48D is #454B72. Grayscale: #B1B1B1. Windows color (decimal): -4541299 or 9286842. OLE color: 9286842.

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

Color convert

RGB186180141-
CMYK00.030.240.27
HSL52º24.59%64.12%-
HSV(B)52º24.19%72.94%-
XYZ41.384531.71-
YUV177.35107.49134.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=36.69%
G=35.50%
B=27.81%

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
Decimal18618014100.030.240.275224.5964.12
HexBAB48D03181B341940
Octal2722642150330336431100
Binary1011101010110100100011010111100011011110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB48D; }

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

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

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

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

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

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

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

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