#B00976

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

Shades of Jazzberry Jam #B00976

Tints of Jazzberry Jam #B00976

Color information

#B00976 (or 0xB00976) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 09 and 76. RGB value is (176,9,118). Sum of RGB (Red+Green+Blue) = 176+9+118=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B00976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00976 is #4FF689. Grayscale: #474747. Windows color (decimal): -5240458 or 7735728. OLE color: 7735728.

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

Color convert

RGB1769118-
CMYK00.950.330.31
HSL320.84º90.27%36.27%-
HSV(B)320.84º94.89%69.02%-
XYZ21.2710.7318.09-
YUV71.36154.33202.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 9 (3.91% from 255) = 2.97%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=58.09%
G=2.97%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176911800.950.330.31320.8490.2736.27
HexB097605F211F1415a24
Octal260111660137413750113244
Binary101100001001111011001011111100001111111010000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00976; }

 p { color: rgb(176,9,118); }

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

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

 a { background-color: rgb(176,9,118); }

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

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

 span { border-color: rgb(176,9,118); }

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