Html Css Color HEX #B80849 Jazzberry Jam

📋 copy color: '#B80849'

red 184 ◦ green 8 ◦ blue 73

#B80849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B80849

Tints of Jazzberry Jam #B80849

RGB

 RED value IS 184 (72.27% from 255) = 69.43%

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 69.43%
G = 3.02%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B80849 (or 0xB80849) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 49. RGB value is (184,8,73). Sum of RGB (Red+Green+Blue) = 184+8+73=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B80849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80849 is #47F7B6. Grayscale: #434343. Windows color (decimal): -4716471 or 4786360. OLE color: 4786360.

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

Color convert

RGB 184 8 73 -
CMYK 0 0.96 0.60 0.28
HSL 337.84º 0.92% 0.38% -
HSV(B) 337.84º 0.96% 0.72% -
XYZ 21.06 10.85 7.29 -
YUV 68.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 184 8 73 0 0.96 0.60 0.28 337.84 0.92 0.38
Hex B8 8 49 0 60 3C 1C 152 5C 26
Octal 270 10 111 0 140 74 34 522 134 46
Binary 10111000 1000 1001001 0 1100000 111100 11100 101010010 1011100 100110

Color Harmonies of #B80849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80849

Black with #B80849

Text Example


Text Example

White with #B80849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80849; }

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

 H1.HeaderClassName
 {
   color: #B80849;
 }
 .AnyTagClassName
 {
   color: #B80849;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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