Html Css Color HEX #B80A49 Jazzberry Jam

📋 copy color: '#B80A49'

red 184 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #B80A49

Tints of Jazzberry Jam #B80A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

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

R = 68.91%
G = 3.75%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B80A49 (or 0xB80A49) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 49. RGB value is (184,10,73). Sum of RGB (Red+Green+Blue) = 184+10+73=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A49 is #47F5B6. Grayscale: #454545. Windows color (decimal): -4715959 or 4786872. OLE color: 4786872.

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

Color convert

RGB 184 10 73 -
CMYK 0 0.95 0.60 0.28
HSL 338.28º 0.9% 0.38% -
HSV(B) 338.28º 0.95% 0.72% -
XYZ 21.08 10.89 7.29 -
YUV 69.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 184 10 73 0 0.95 0.60 0.28 338.28 0.9 0.38
Hex B8 A 49 0 5F 3C 1C 152 5A 26
Octal 270 12 111 0 137 74 34 522 132 46
Binary 10111000 1010 1001001 0 1011111 111100 11100 101010010 1011010 100110

Color Harmonies of #B80A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A49

Black with #B80A49

Text Example


Text Example

White with #B80A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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