#B82160

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

Shades of Jazzberry Jam #B82160

Tints of Jazzberry Jam #B82160

Color information

#B82160 (or 0xB82160) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 21 and 60. RGB value is (184,33,96). Sum of RGB (Red+Green+Blue) = 184+33+96=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B82160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82160 is #47DE9F. Grayscale: #555555. Windows color (decimal): -4710048 or 6300088. OLE color: 6300088.

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

Color convert

RGB1843396-
CMYK00.820.480.28
HSL334.97º69.59%42.55%-
HSV(B)334.97º82.07%72.16%-
XYZ22.4212.1212.22-
YUV85.33134.03198.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=58.79%
G=10.54%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184339600.820.480.28334.9769.5942.55
HexB82160052301C14f462b
Octal270411400122603451710653
Binary10111000100001110000001010010110000111001010011111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82160; }

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

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

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

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

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

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

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

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