#BAB282

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

Shades of Coriander #BAB282

Tints of Coriander #BAB282

Color information

#BAB282 (or 0xBAB282) is unknown color: approx Coriander. HEX triplet: BA, B2 and 82. RGB value is (186,178,130). Sum of RGB (Red+Green+Blue) = 186+178+130=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB282 is #454D7D. Grayscale: #AFAFAF. Windows color (decimal): -4541822 or 8565434. OLE color: 8565434.

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

Color convert

RGB186178130-
CMYK00.040.300.27
HSL51.43º28.87%61.96%-
HSV(B)51.43º30.11%72.94%-
XYZ40.243.8927.47-
YUV174.92102.65135.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=37.65%
G=36.03%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617813000.040.300.2751.4328.8761.96
HexBAB282041E1B331d3e
Octal272262202043633633576
Binary1011101010110010100000100100111101101111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB282; }

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

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

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

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

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

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

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

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