#B10962

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

Shades of Jazzberry Jam #B10962

Tints of Jazzberry Jam #B10962

Color information

#B10962 (or 0xB10962) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 62. RGB value is (177,9,98). Sum of RGB (Red+Green+Blue) = 177+9+98=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B10962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10962 is #4EF69D. Grayscale: #454545. Windows color (decimal): -5174942 or 6425009. OLE color: 6425009.

HSL color Cylindrical-coordinate representation of color #B10962: hue angle of 328.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10962 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB177998-
CMYK00.950.450.31
HSL328.21º90.32%36.47%-
HSV(B)328.21º94.92%69.41%-
XYZ20.4310.4212.49-
YUV69.38144.16204.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=62.32%
G=3.17%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17799800.950.450.31328.2190.3236.47
HexB196205F2D1F1485a24
Octal261111420137553751013244
Binary101100011001110001001011111101101111111010010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10962; }

 p { color: rgb(177,9,98); }

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

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

 a { background-color: rgb(177,9,98); }

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

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

 span { border-color: rgb(177,9,98); }

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