#BAB483

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

Shades of Coriander #BAB483

Tints of Coriander #BAB483

Color information

#BAB483 (or 0xBAB483) is unknown color: approx Coriander. HEX triplet: BA, B4 and 83. RGB value is (186,180,131). Sum of RGB (Red+Green+Blue) = 186+180+131=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB483 is #454B7C. Grayscale: #B0B0B0. Windows color (decimal): -4541309 or 8631482. OLE color: 8631482.

HSL color Cylindrical-coordinate representation of color #BAB483: hue angle of 53.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB483 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186180131-
CMYK00.030.300.27
HSL53.45º28.5%62.16%-
HSV(B)53.45º29.57%72.94%-
XYZ40.6744.7227.96-
YUV176.21102.49134.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=37.42%
G=36.22%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618013100.030.300.2753.4528.562.16
HexBAB483031E1B351c3e
Octal272264203033633653476
Binary101110101011010010000011011111101101111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB483; }

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

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

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

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

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

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

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

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