#B7055A

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

Shades of Jazzberry Jam #B7055A

Tints of Jazzberry Jam #B7055A

Color information

#B7055A (or 0xB7055A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 05 and 5A. RGB value is (183,5,90). Sum of RGB (Red+Green+Blue) = 183+5+90=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7055A is #48FAA5. Grayscale: #434343. Windows color (decimal): -4782758 or 5899703. OLE color: 5899703.

HSL color Cylindrical-coordinate representation of color #B7055A: hue angle of 331.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7055A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB183590-
CMYK00.970.510.28
HSL331.35º94.68%36.86%-
HSV(B)331.35º97.27%71.76%-
XYZ21.4310.9110.65-
YUV67.91140.47210.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=65.83%
G=1.80%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18359000.970.510.28331.3594.6836.86
HexB755A061331C14b5f25
Octal26751320141633451313745
Binary10110111101101101001100001110011111001010010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7055A; }

 p { color: rgb(183,5,90); }

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

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

 a { background-color: rgb(183,5,90); }

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

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

 span { border-color: rgb(183,5,90); }

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