#B01072

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

Shades of Jazzberry Jam #B01072

Tints of Jazzberry Jam #B01072

Color information

#B01072 (or 0xB01072) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 10 and 72. RGB value is (176,16,114). Sum of RGB (Red+Green+Blue) = 176+16+114=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B01072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01072 is #4FEF8D. Grayscale: #4A4A4A. Windows color (decimal): -5238670 or 7475376. OLE color: 7475376.

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

Color convert

RGB17616114-
CMYK00.910.350.31
HSL323.25º83.33%37.65%-
HSV(B)323.25º90.91%69.02%-
XYZ21.1310.8216.89-
YUV75.01150.01200.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=57.52%
G=5.23%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761611400.910.350.31323.2583.3337.65
HexB0107205B231F1435326
Octal260201620133433750312346
Binary1011000010000111001001011011100011111111010000111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01072; }

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

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

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

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

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

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

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

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