#B90248

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

Shades of Jazzberry Jam #B90248

Tints of Jazzberry Jam #B90248

Color information

#B90248 (or 0xB90248) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 02 and 48. RGB value is (185,2,72). Sum of RGB (Red+Green+Blue) = 185+2+72=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90248 is #46FDB7. Grayscale: #404040. Windows color (decimal): -4652472 or 4719289. OLE color: 4719289.

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

Color convert

RGB185272-
CMYK00.990.610.27
HSL337.05º97.86%36.67%-
HSV(B)337.05º98.92%72.55%-
XYZ21.210.837.1-
YUV64.7132.13213.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=71.43%
G=0.77%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18527200.990.610.27337.0597.8636.67
HexB92480633D1B1516225
Octal27121100143753352114245
Binary1011100110100100001100011111101110111010100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90248; }

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

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

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

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

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

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

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

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