#BAB284

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

Shades of Coriander #BAB284

Tints of Coriander #BAB284

Color information

#BAB284 (or 0xBAB284) is unknown color: approx Coriander. HEX triplet: BA, B2 and 84. RGB value is (186,178,132). Sum of RGB (Red+Green+Blue) = 186+178+132=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB284 is #454D7B. Grayscale: #AFAFAF. Windows color (decimal): -4541820 or 8696506. OLE color: 8696506.

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

Color convert

RGB186178132-
CMYK00.040.290.27
HSL51.11º28.13%62.35%-
HSV(B)51.11º29.03%72.94%-
XYZ40.3343.9528.19-
YUV175.15103.65135.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=37.5%
G=35.89%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617813200.040.290.2751.1128.1362.35
HexBAB284041D1B331c3e
Octal272262204043533633476
Binary1011101010110010100001000100111011101111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB284; }

 p { color: rgb(186,178,132); }

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

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

 a { background-color: rgb(186,178,132); }

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

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

 span { border-color: rgb(186,178,132); }

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