Html Css Color HEX #B80448 Jazzberry Jam

📋 copy color: '#B80448'

red 184 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #B80448

Tints of Jazzberry Jam #B80448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 70.77%
G = 1.54%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80448 (or 0xB80448) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 48. RGB value is (184,4,72). Sum of RGB (Red+Green+Blue) = 184+4+72=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80448 is #47FBB7. Grayscale: #414141. Windows color (decimal): -4717496 or 4719800. OLE color: 4719800.

HSL color Cylindrical-coordinate representation of color #B80448: hue angle of 337.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80448 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 72 -
CMYK 0 0.98 0.61 0.28
HSL 337.33º 0.96% 0.37% -
HSV(B) 337.33º 0.98% 0.72% -
XYZ 20.98 10.75 7.1 -
YUV 65.57 131.63 212.47 -
System Red Green Blue C M Y K H S L
Decimal 184 4 72 0 0.98 0.61 0.28 337.33 0.96 0.37
Hex B8 4 48 0 62 3D 1C 151 60 25
Octal 270 4 110 0 142 75 34 521 140 45
Binary 10111000 100 1001000 0 1100010 111101 11100 101010001 1100000 100101

Color Harmonies of #B80448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80448

Black with #B80448

Text Example


Text Example

White with #B80448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80448; }

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

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

background-color css

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

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

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

border-color css

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

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

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