#B9024A

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

Shades of Jazzberry Jam #B9024A

Tints of Jazzberry Jam #B9024A

Color information

#B9024A (or 0xB9024A) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 02 and 4A. RGB value is (185,2,74). Sum of RGB (Red+Green+Blue) = 185+2+74=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9024A is #46FDB5. Grayscale: #404040. Windows color (decimal): -4652470 or 4850361. OLE color: 4850361.

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

Color convert

RGB185274-
CMYK00.990.60.27
HSL336.39º97.86%36.67%-
HSV(B)336.39º98.92%72.55%-
XYZ21.2710.857.45-
YUV64.92133.13213.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=70.88%
G=0.77%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18527400.990.60.27336.3997.8636.67
HexB924A0633C1B1506225
Octal27121120143743352014245
Binary1011100110100101001100011111100110111010100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9024A; }

 p { color: rgb(185,2,74); }

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

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

 a { background-color: rgb(185,2,74); }

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

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

 span { border-color: rgb(185,2,74); }

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