Html Css Color HEX #B80548 Jazzberry Jam

📋 copy color: '#B80548'

red 184 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #B80548

Tints of Jazzberry Jam #B80548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 70.5%
G = 1.92%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80548 (or 0xB80548) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 48. RGB value is (184,5,72). Sum of RGB (Red+Green+Blue) = 184+5+72=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B80548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80548 is #47FAB7. Grayscale: #424242. Windows color (decimal): -4717240 or 4720056. OLE color: 4720056.

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

Color convert

RGB 184 5 72 -
CMYK 0 0.97 0.61 0.28
HSL 337.54º 0.95% 0.37% -
HSV(B) 337.54º 0.97% 0.72% -
XYZ 20.99 10.77 7.1 -
YUV 66.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 184 5 72 0 0.97 0.61 0.28 337.54 0.95 0.37
Hex B8 5 48 0 61 3D 1C 152 5F 25
Octal 270 5 110 0 141 75 34 522 137 45
Binary 10111000 101 1001000 0 1100001 111101 11100 101010010 1011111 100101

Color Harmonies of #B80548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80548

Black with #B80548

Text Example


Text Example

White with #B80548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80548; }

 p { color: rgb(184,5,72); }

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

background-color css

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

 a { background-color: rgb(184,5,72); }

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

border-color css

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

 span { border-color: rgb(184,5,72); }

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