#B0054E

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

Shades of Jazzberry Jam #B0054E

Tints of Jazzberry Jam #B0054E

Color information

#B0054E (or 0xB0054E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 05 and 4E. RGB value is (176,5,78). Sum of RGB (Red+Green+Blue) = 176+5+78=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0054E is #4FFAB1. Grayscale: #404040. Windows color (decimal): -5241522 or 5113264. OLE color: 5113264.

HSL color Cylindrical-coordinate representation of color #B0054E: hue angle of 334.39º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0054E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB176578-
CMYK00.970.560.31
HSL334.39º94.48%35.49%-
HSV(B)334.39º97.16%69.02%-
XYZ19.339.898.1-
YUV64.45135.65207.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.95%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=67.95%
G=1.93%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17657800.970.560.31334.3994.4835.49
HexB054E061381F14e5e23
Octal26051160141703751613643
Binary10110000101100111001100001111000111111010011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0054E; }

 p { color: rgb(176,5,78); }

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

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

 a { background-color: rgb(176,5,78); }

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

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

 span { border-color: rgb(176,5,78); }

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