#B80462

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

Shades of Jazzberry Jam #B80462

Tints of Jazzberry Jam #B80462

Color information

#B80462 (or 0xB80462) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 04 and 62. RGB value is (184,4,98). Sum of RGB (Red+Green+Blue) = 184+4+98=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B80462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80462 is #47FB9D. Grayscale: #444444. Windows color (decimal): -4717470 or 6423736. OLE color: 6423736.

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

Color convert

RGB184498-
CMYK00.980.470.28
HSL328.67º95.74%36.86%-
HSV(B)328.67º97.83%72.16%-
XYZ22.0211.1612.55-
YUV68.54144.63210.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.34%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=64.34%
G=1.40%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18449800.980.470.28328.6795.7436.86
HexB84620622F1C1496025
Octal27041420142573451114045
Binary10111000100110001001100010101111111001010010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80462; }

 p { color: rgb(184,4,98); }

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

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

 a { background-color: rgb(184,4,98); }

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

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

 span { border-color: rgb(184,4,98); }

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