#B71462

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

Shades of Jazzberry Jam #B71462

Tints of Jazzberry Jam #B71462

Color information

#B71462 (or 0xB71462) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 14 and 62. RGB value is (183,20,98). Sum of RGB (Red+Green+Blue) = 183+20+98=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71462 is #48EB9D. Grayscale: #4D4D4D. Windows color (decimal): -4778910 or 6427831. OLE color: 6427831.

HSL color Cylindrical-coordinate representation of color #B71462: hue angle of 331.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71462 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1832098-
CMYK00.890.460.28
HSL331.29º80.3%39.8%-
HSV(B)331.29º89.07%71.76%-
XYZ21.9811.4512.61-
YUV77.63139.5203.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=60.80%
G=6.64%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183209800.890.460.28331.2980.339.8
HexB714620592E1C14b5028
Octal267241420131563451312050
Binary1011011110100110001001011001101110111001010010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71462; }

 p { color: rgb(183,20,98); }

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

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

 a { background-color: rgb(183,20,98); }

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

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

 span { border-color: rgb(183,20,98); }

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