#BA0151

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

Shades of Jazzberry Jam #BA0151

Tints of Jazzberry Jam #BA0151

Color information

#BA0151 (or 0xBA0151) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 51. RGB value is (186,1,81). Sum of RGB (Red+Green+Blue) = 186+1+81=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0151 is #45FEAE. Grayscale: #414141. Windows color (decimal): -4587183 or 5308858. OLE color: 5308858.

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

Color convert

RGB186181-
CMYK00.990.560.27
HSL334.05º98.93%36.67%-
HSV(B)334.05º99.46%72.94%-
XYZ21.7511.058.77-
YUV65.44136.79214-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.40%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=69.40%
G=0.37%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618100.990.560.27334.0598.9336.67
HexBA151063381B14e6325
Octal27211210143703351614345
Binary101110101101000101100011111000110111010011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0151; }

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

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

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

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

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

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

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

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