#B00E56

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

Shades of Jazzberry Jam #B00E56

Tints of Jazzberry Jam #B00E56

Color information

#B00E56 (or 0xB00E56) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0E and 56. RGB value is (176,14,86). Sum of RGB (Red+Green+Blue) = 176+14+86=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E56 is #4FF1A9. Grayscale: #464646. Windows color (decimal): -5239210 or 5639856. OLE color: 5639856.

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

Color convert

RGB1761486-
CMYK00.920.510.31
HSL333.33º85.26%37.25%-
HSV(B)333.33º92.05%69.02%-
XYZ19.7410.229.74-
YUV70.65136.67203.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.77%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=63.77%
G=5.07%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176148600.920.510.31333.3385.2637.25
HexB0E5605C331F14d5525
Octal260161260134633751512545
Binary101100001110101011001011100110011111111010011011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00E56; }

 p { color: rgb(176,14,86); }

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

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

 a { background-color: rgb(176,14,86); }

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

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

 span { border-color: rgb(176,14,86); }

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