#B70A5C

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

Shades of Jazzberry Jam #B70A5C

Tints of Jazzberry Jam #B70A5C

Color information

#B70A5C (or 0xB70A5C) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0A and 5C. RGB value is (183,10,92). Sum of RGB (Red+Green+Blue) = 183+10+92=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A5C is #48F5A3. Grayscale: #464646. Windows color (decimal): -4781476 or 6032055. OLE color: 6032055.

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

Color convert

RGB1831092-
CMYK00.950.500.28
HSL331.56º89.64%37.84%-
HSV(B)331.56º94.54%71.76%-
XYZ21.5711.0611.12-
YUV71.07139.81207.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=64.21%
G=3.51%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183109200.950.500.28331.5689.6437.84
HexB7A5C05F321C14c5a26
Octal267121340137623451413246
Binary101101111010101110001011111110010111001010011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A5C; }

 p { color: rgb(183,10,92); }

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

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

 a { background-color: rgb(183,10,92); }

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

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

 span { border-color: rgb(183,10,92); }

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