#B61E60

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

Shades of Jazzberry Jam #B61E60

Tints of Jazzberry Jam #B61E60

Color information

#B61E60 (or 0xB61E60) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1E and 60. RGB value is (182,30,96). Sum of RGB (Red+Green+Blue) = 182+30+96=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61E60 is #49E19F. Grayscale: #525252. Windows color (decimal): -4841888 or 6299318. OLE color: 6299318.

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

Color convert

RGB1823096-
CMYK00.840.470.29
HSL333.95º71.7%41.57%-
HSV(B)333.95º83.52%71.37%-
XYZ21.8711.7212.18-
YUV82.97135.36198.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=59.09%
G=9.74%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182309600.840.470.29333.9571.741.57
HexB61E600542F1D14e482a
Octal266361400124573551611052
Binary1011011011110110000001010100101111111011010011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E60; }

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

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

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

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

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

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

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

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