#ba0154

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

Shades of Jazzberry Jam #BA0154

Tints of Jazzberry Jam #BA0154

Color information

#BA0154 (or 0xBA0154) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 54. RGB value is (186,1,84). Sum of RGB (Red+Green+Blue) = 186+1+84=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0154 is #45FEAB. Grayscale: #414141. Windows color (decimal): -4587180 or 5505466. OLE color: 5505466.

HSL color Cylindrical-coordinate representation of color #BA0154: hue angle of 333.08º 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 #BA0154 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB186184-
CMYK00.990.550.27
HSL333.08º98.93%36.67%-
HSV(B)333.08º99.46%72.94%-
XYZ21.8611.19.38-
YUV65.78138.29213.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=68.63%
G=0.37%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618400.990.550.27333.0898.9336.67
HexBA154063371B14d6325
Octal27211240143673351514345
Binary101110101101010001100011110111110111010011011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0154; }

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

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

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

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

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

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

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

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