#B5055C

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

Shades of Jazzberry Jam #B5055C

Tints of Jazzberry Jam #B5055C

Color information

#B5055C (or 0xB5055C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 05 and 5C. RGB value is (181,5,92). Sum of RGB (Red+Green+Blue) = 181+5+92=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5055C is #4AFAA3. Grayscale: #434343. Windows color (decimal): -4913828 or 6030773. OLE color: 6030773.

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

Color convert

RGB181592-
CMYK00.970.490.29
HSL330.34º94.62%36.47%-
HSV(B)330.34º97.24%70.98%-
XYZ21.0410.7111.08-
YUV67.54141.81208.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.11%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=65.11%
G=1.80%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18159200.970.490.29330.3494.6236.47
HexB555C061311D14a5f24
Octal26551340141613551213744
Binary10110101101101110001100001110001111011010010101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5055C; }

 p { color: rgb(181,5,92); }

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

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

 a { background-color: rgb(181,5,92); }

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

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

 span { border-color: rgb(181,5,92); }

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