#B80649

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

Shades of Jazzberry Jam #B80649

Tints of Jazzberry Jam #B80649

Color information

#B80649 (or 0xB80649) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 06 and 49. RGB value is (184,6,73). Sum of RGB (Red+Green+Blue) = 184+6+73=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B80649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80649 is #47F9B6. Grayscale: #424242. Windows color (decimal): -4716983 or 4785848. OLE color: 4785848.

HSL color Cylindrical-coordinate representation of color #B80649: hue angle of 337.42º degrees, saturation: 0.94, 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 #B80649 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB184673-
CMYK00.970.600.28
HSL337.42º93.68%37.25%-
HSV(B)337.42º96.74%72.16%-
XYZ21.0310.87.28-
YUV66.86131.47211.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=69.96%
G=2.28%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18467300.970.600.28337.4293.6837.25
HexB86490613C1C1515e25
Octal27061110141743452113645
Binary10111000110100100101100001111100111001010100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80649; }

 p { color: rgb(184,6,73); }

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

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

 a { background-color: rgb(184,6,73); }

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

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

 span { border-color: rgb(184,6,73); }

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