#b0104b

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

Shades of Jazzberry Jam #B0104B

Tints of Jazzberry Jam #B0104B

Color information

#B0104B (or 0xB0104B) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 10 and 4B. RGB value is (176,16,75). Sum of RGB (Red+Green+Blue) = 176+16+75=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B0104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0104B is #4FEFB4. Grayscale: #464646. Windows color (decimal): -5238709 or 4919472. OLE color: 4919472.

HSL color Cylindrical-coordinate representation of color #B0104B: hue angle of 337.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0104B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1761675-
CMYK00.910.570.31
HSL337.88º83.33%37.65%-
HSV(B)337.88º90.91%69.02%-
XYZ19.3610.117.59-
YUV70.57130.51203.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.92%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=65.92%
G=5.99%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176167500.910.570.31337.8883.3337.65
HexB0104B05B391F1525326
Octal260201130133713752212346
Binary1011000010000100101101011011111001111111010100101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0104b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0104b; }

 p { color: rgb(176,16,75); }

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

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

 a { background-color: rgb(176,16,75); }

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

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

 span { border-color: rgb(176,16,75); }

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