#B00E50

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

Shades of Jazzberry Jam #B00E50

Tints of Jazzberry Jam #B00E50

Color information

#B00E50 (or 0xB00E50) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0E and 50. RGB value is (176,14,80). Sum of RGB (Red+Green+Blue) = 176+14+80=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E50 is #4FF1AF. Grayscale: #454545. Windows color (decimal): -5239216 or 5246640. OLE color: 5246640.

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

Color convert

RGB1761480-
CMYK00.920.550.31
HSL335.56º85.26%37.25%-
HSV(B)335.56º92.05%69.02%-
XYZ19.5110.128.52-
YUV69.96133.67203.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.19%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=65.19%
G=5.19%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176148000.920.550.31335.5685.2637.25
HexB0E5005C371F1505525
Octal260161200134673752012545
Binary101100001110101000001011100110111111111010100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00E50; }

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

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

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

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

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

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

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

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