#B61059

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

Shades of Jazzberry Jam #B61059

Tints of Jazzberry Jam #B61059

Color information

#B61059 (or 0xB61059) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 10 and 59. RGB value is (182,16,89). Sum of RGB (Red+Green+Blue) = 182+16+89=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B61059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61059 is #49EFA6. Grayscale: #494949. Windows color (decimal): -4845479 or 5836982. OLE color: 5836982.

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

Color convert

RGB1821689-
CMYK00.910.510.29
HSL333.61º83.84%38.82%-
HSV(B)333.61º91.21%71.37%-
XYZ21.2811.0410.46-
YUV73.96136.5205.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=63.41%
G=5.57%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182168900.910.510.29333.6183.8438.82
HexB6105905B331D14e5427
Octal266201310133633551612447
Binary1011011010000101100101011011110011111011010011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61059; }

 p { color: rgb(182,16,89); }

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

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

 a { background-color: rgb(182,16,89); }

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

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

 span { border-color: rgb(182,16,89); }

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