#B70261

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

Shades of Jazzberry Jam #B70261

Tints of Jazzberry Jam #B70261

Color information

#B70261 (or 0xB70261) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 61. RGB value is (183,2,97). Sum of RGB (Red+Green+Blue) = 183+2+97=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B70261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70261 is #48FD9E. Grayscale: #424242. Windows color (decimal): -4783519 or 6357687. OLE color: 6357687.

HSL color Cylindrical-coordinate representation of color #B70261: hue angle of 328.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70261 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB183297-
CMYK00.990.470.28
HSL328.51º97.84%36.27%-
HSV(B)328.51º98.91%71.76%-
XYZ21.7110.9712.28-
YUV66.95144.97210.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=64.89%
G=0.71%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18329700.990.470.28328.5197.8436.27
HexB72610632F1C1496224
Octal26721410143573451114244
Binary1011011110110000101100011101111111001010010011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70261; }

 p { color: rgb(183,2,97); }

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

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

 a { background-color: rgb(183,2,97); }

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

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

 span { border-color: rgb(183,2,97); }

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