#B10972

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

Shades of Jazzberry Jam #B10972

Tints of Jazzberry Jam #B10972

Color information

#B10972 (or 0xB10972) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 72. RGB value is (177,9,114). Sum of RGB (Red+Green+Blue) = 177+9+114=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B10972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10972 is #4EF68D. Grayscale: #464646. Windows color (decimal): -5174926 or 7473585. OLE color: 7473585.

HSL color Cylindrical-coordinate representation of color #B10972: hue angle of 322.5º 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 #B10972 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB1779114-
CMYK00.950.360.31
HSL322.5º90.32%36.47%-
HSV(B)322.5º94.92%69.41%-
XYZ21.2710.7616.88-
YUV71.2152.16203.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 114 (44.92% from 255) = 38%
R=59%
G=3%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177911400.950.360.31322.590.3236.47
HexB197205F241F1425a24
Octal261111620137443750213244
Binary101100011001111001001011111100100111111010000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10972; }

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

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

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

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

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

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

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

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