#BAB481

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

Shades of Coriander #BAB481

Tints of Coriander #BAB481

Color information

#BAB481 (or 0xBAB481) is unknown color: approx Coriander. HEX triplet: BA, B4 and 81. RGB value is (186,180,129). Sum of RGB (Red+Green+Blue) = 186+180+129=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB481 is #454B7E. Grayscale: #B0B0B0. Windows color (decimal): -4541311 or 8500410. OLE color: 8500410.

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

Color convert

RGB186180129-
CMYK00.030.310.27
HSL53.68º29.23%61.76%-
HSV(B)53.68º30.65%72.94%-
XYZ40.5344.6727.25-
YUV175.98101.49135.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=37.58%
G=36.36%
B=26.06%

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
Decimal18618012900.030.310.2753.6829.2361.76
HexBAB481031F1B361d3e
Octal272264201033733663576
Binary101110101011010010000001011111111101111011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB481; }

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

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

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

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

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

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

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

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