#B62160

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

Shades of Jazzberry Jam #B62160

Tints of Jazzberry Jam #B62160

Color information

#B62160 (or 0xB62160) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 21 and 60. RGB value is (182,33,96). Sum of RGB (Red+Green+Blue) = 182+33+96=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B62160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62160 is #49DE9F. Grayscale: #545454. Windows color (decimal): -4841120 or 6300086. OLE color: 6300086.

HSL color Cylindrical-coordinate representation of color #B62160: hue angle of 334.63º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62160 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1823396-
CMYK00.820.470.29
HSL334.63º69.3%42.16%-
HSV(B)334.63º81.87%71.37%-
XYZ21.9511.8812.2-
YUV84.73134.36197.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.52%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=58.52%
G=10.61%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182339600.820.470.29334.6369.342.16
HexB621600522F1D14f452a
Octal266411400122573551710552
Binary10110110100001110000001010010101111111011010011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62160; }

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

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

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

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

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

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

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

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