#B90247

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

Shades of Jazzberry Jam #B90247

Tints of Jazzberry Jam #B90247

Color information

#B90247 (or 0xB90247) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 02 and 47. RGB value is (185,2,71). Sum of RGB (Red+Green+Blue) = 185+2+71=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90247 is #46FDB8. Grayscale: #404040. Windows color (decimal): -4652473 or 4653753. OLE color: 4653753.

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

Color convert

RGB185271-
CMYK00.990.620.27
HSL337.38º97.86%36.67%-
HSV(B)337.38º98.92%72.55%-
XYZ21.1710.816.93-
YUV64.58131.63213.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=71.71%
G=0.78%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18527100.990.620.27337.3897.8636.67
HexB92470633E1B1516225
Octal27121070143763352114245
Binary1011100110100011101100011111110110111010100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90247; }

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

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

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

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

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

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

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

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