#B5045F

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

Shades of Jazzberry Jam #B5045F

Tints of Jazzberry Jam #B5045F

Color information

#B5045F (or 0xB5045F) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 5F. RGB value is (181,4,95). Sum of RGB (Red+Green+Blue) = 181+4+95=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5045F is #4AFBA0. Grayscale: #434343. Windows color (decimal): -4914081 or 6227125. OLE color: 6227125.

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

Color convert

RGB181495-
CMYK00.980.480.29
HSL329.15º95.68%36.27%-
HSV(B)329.15º97.79%70.98%-
XYZ21.1710.7411.78-
YUV67.3143.64209.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=64.64%
G=1.43%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18149500.980.480.29329.1595.6836.27
HexB545F062301D1496024
Octal26541370142603551114044
Binary10110101100101111101100010110000111011010010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5045F; }

 p { color: rgb(181,4,95); }

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

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

 a { background-color: rgb(181,4,95); }

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

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

 span { border-color: rgb(181,4,95); }

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