#B5014E

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

Shades of Jazzberry Jam #B5014E

Tints of Jazzberry Jam #B5014E

Color information

#B5014E (or 0xB5014E) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 01 and 4E. RGB value is (181,1,78). Sum of RGB (Red+Green+Blue) = 181+1+78=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5014E is #4AFEB1. Grayscale: #3F3F3F. Windows color (decimal): -4914866 or 5112245. OLE color: 5112245.

HSL color Cylindrical-coordinate representation of color #B5014E: hue angle of 334.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5014E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB181178-
CMYK00.990.570.29
HSL334.33º98.9%35.69%-
HSV(B)334.33º99.45%70.98%-
XYZ20.4410.48.14-
YUV63.6136.13211.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.62%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 78 (30.86% from 255) = 30%
R=69.62%
G=0.38%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117800.990.570.29334.3398.935.69
HexB514E063391D14e6324
Octal26511160143713551614344
Binary101101011100111001100011111001111011010011101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5014E; }

 p { color: rgb(181,1,78); }

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

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

 a { background-color: rgb(181,1,78); }

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

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

 span { border-color: rgb(181,1,78); }

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