#B81F60

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

Shades of Jazzberry Jam #B81F60

Tints of Jazzberry Jam #B81F60

Color information

#B81F60 (or 0xB81F60) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 1F and 60. RGB value is (184,31,96). Sum of RGB (Red+Green+Blue) = 184+31+96=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81F60 is #47E09F. Grayscale: #545454. Windows color (decimal): -4710560 or 6299576. OLE color: 6299576.

HSL color Cylindrical-coordinate representation of color #B81F60: hue angle of 334.51º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F60 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1843196-
CMYK00.830.480.28
HSL334.51º71.16%42.16%-
HSV(B)334.51º83.15%72.16%-
XYZ22.3712.0112.21-
YUV84.16134.69199.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=59.16%
G=9.97%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184319600.830.480.28334.5171.1642.16
HexB81F60053301C14f472a
Octal270371400123603451710752
Binary1011100011111110000001010011110000111001010011111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81F60; }

 p { color: rgb(184,31,96); }

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

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

 a { background-color: rgb(184,31,96); }

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

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

 span { border-color: rgb(184,31,96); }

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