Html Css Color HEX #B80848 Jazzberry Jam

📋 copy color: '#B80848'

red 184 ◦ green 8 ◦ blue 72

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

Shades of Jazzberry Jam #B80848

Tints of Jazzberry Jam #B80848

RGB

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

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

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

R = 69.7%
G = 3.03%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80848 (or 0xB80848) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 48. RGB value is (184,8,72). Sum of RGB (Red+Green+Blue) = 184+8+72=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B80848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80848 is #47F7B7. Grayscale: #434343. Windows color (decimal): -4716472 or 4720824. OLE color: 4720824.

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

Color convert

RGB 184 8 72 -
CMYK 0 0.96 0.61 0.28
HSL 338.18º 0.92% 0.38% -
HSV(B) 338.18º 0.96% 0.72% -
XYZ 21.02 10.83 7.11 -
YUV 67.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 184 8 72 0 0.96 0.61 0.28 338.18 0.92 0.38
Hex B8 8 48 0 60 3D 1C 152 5C 26
Octal 270 10 110 0 140 75 34 522 134 46
Binary 10111000 1000 1001000 0 1100000 111101 11100 101010010 1011100 100110

Color Harmonies of #B80848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80848

Black with #B80848

Text Example


Text Example

White with #B80848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80848; }

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

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

background-color css

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

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

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

border-color css

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

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

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