#B00F59

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

Shades of Jazzberry Jam #B00F59

Tints of Jazzberry Jam #B00F59

Color information

#B00F59 (or 0xB00F59) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0F and 59. RGB value is (176,15,89). Sum of RGB (Red+Green+Blue) = 176+15+89=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F59 is #4FF0A6. Grayscale: #474747. Windows color (decimal): -5238951 or 5836720. OLE color: 5836720.

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

Color convert

RGB1761589-
CMYK00.910.490.31
HSL332.42º84.29%37.45%-
HSV(B)332.42º91.48%69.02%-
XYZ19.8810.2910.39-
YUV71.57137.84202.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.86%
GREEN value IS 15 (6.25% from 255) = 5.36%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=62.86%
G=5.36%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176158900.910.490.31332.4284.2937.45
HexB0F5905B311F14c5425
Octal260171310133613751412445
Binary101100001111101100101011011110001111111010011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F59; }

 p { color: rgb(176,15,89); }

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

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

 a { background-color: rgb(176,15,89); }

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

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

 span { border-color: rgb(176,15,89); }

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