#B80854

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

Shades of Jazzberry Jam #B80854

Tints of Jazzberry Jam #B80854

Color information

#B80854 (or 0xB80854) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 54. RGB value is (184,8,84). Sum of RGB (Red+Green+Blue) = 184+8+84=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80854 is #47F7AB. Grayscale: #454545. Windows color (decimal): -4716460 or 5507256. OLE color: 5507256.

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

Color convert

RGB184884-
CMYK00.960.540.28
HSL334.09º91.67%37.65%-
HSV(B)334.09º95.65%72.16%-
XYZ21.45119.38-
YUV69.29136.31209.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 2.90%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=66.67%
G=2.90%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18488400.960.540.28334.0991.6737.65
HexB8854060361C14e5c26
Octal270101240140663451613446
Binary101110001000101010001100000110110111001010011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80854; }

 p { color: rgb(184,8,84); }

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

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

 a { background-color: rgb(184,8,84); }

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

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

 span { border-color: rgb(184,8,84); }

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