#B10974

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

Shades of Jazzberry Jam #B10974

Tints of Jazzberry Jam #B10974

Color information

#B10974 (or 0xB10974) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 74. RGB value is (177,9,116). Sum of RGB (Red+Green+Blue) = 177+9+116=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B10974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10974 is #4EF68B. Grayscale: #474747. Windows color (decimal): -5174924 or 7604657. OLE color: 7604657.

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

Color convert

RGB1779116-
CMYK00.950.340.31
HSL321.79º90.32%36.47%-
HSV(B)321.79º94.92%69.41%-
XYZ21.3810.817.48-
YUV71.43153.16203.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 9 (3.91% from 255) = 2.98%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=58.61%
G=2.98%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177911600.950.340.31321.7990.3236.47
HexB197405F221F1425a24
Octal261111640137423750213244
Binary101100011001111010001011111100010111111010000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10974; }

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

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

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

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

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

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

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

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