#BA084D

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

Shades of Jazzberry Jam #BA084D

Tints of Jazzberry Jam #BA084D

Color information

#BA084D (or 0xBA084D) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 08 and 4D. RGB value is (186,8,77). Sum of RGB (Red+Green+Blue) = 186+8+77=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA084D is #45F7B2. Grayscale: #444444. Windows color (decimal): -4585395 or 5048506. OLE color: 5048506.

HSL color Cylindrical-coordinate representation of color #BA084D: hue angle of 336.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA084D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB186877-
CMYK00.960.590.27
HSL336.74º91.75%38.04%-
HSV(B)336.74º95.7%72.94%-
XYZ21.6811.158.03-
YUV69.09132.47211.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=68.63%
G=2.95%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18687700.960.590.27336.7491.7538.04
HexBA84D0603B1B1515c26
Octal272101150140733352113446
Binary101110101000100110101100000111011110111010100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA084D; }

 p { color: rgb(186,8,77); }

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

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

 a { background-color: rgb(186,8,77); }

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

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

 span { border-color: rgb(186,8,77); }

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