#BA0051

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

Shades of Jazzberry Jam #BA0051

Tints of Jazzberry Jam #BA0051

Color information

#BA0051 (or 0xBA0051) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 51. RGB value is (186,0,81). Sum of RGB (Red+Green+Blue) = 186+0+81=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0051 is #45FFAE. Grayscale: #404040. Windows color (decimal): -4587439 or 5308602. OLE color: 5308602.

HSL color Cylindrical-coordinate representation of color #BA0051: hue angle of 333.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0051 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB186081-
CMYK010.560.27
HSL333.87º100%36.47%-
HSV(B)333.87º100%72.94%-
XYZ21.7311.038.77-
YUV64.85137.12214.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=69.66%
G=0%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186081010.560.27333.8710036.47
HexBA051064381B14e6424
Octal27201210144703351614444
Binary101110100101000101100100111000110111010011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0051; }

 p { color: rgb(186,0,81); }

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

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

 a { background-color: rgb(186,0,81); }

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

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

 span { border-color: rgb(186,0,81); }

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