Html Css Color HEX #B80749 Jazzberry Jam

📋 copy color: '#B80749'

red 184 ◦ green 7 ◦ blue 73

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

Shades of Jazzberry Jam #B80749

Tints of Jazzberry Jam #B80749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 69.7%
G = 2.65%
B = 27.65%

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

#B80749 (or 0xB80749) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 49. RGB value is (184,7,73). Sum of RGB (Red+Green+Blue) = 184+7+73=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B80749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80749 is #47F8B6. Grayscale: #434343. Windows color (decimal): -4716727 or 4786104. OLE color: 4786104.

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

Color convert

RGB 184 7 73 -
CMYK 0 0.96 0.60 0.28
HSL 337.63º 0.93% 0.37% -
HSV(B) 337.63º 0.96% 0.72% -
XYZ 21.05 10.82 7.28 -
YUV 67.45 131.14 211.13 -
System Red Green Blue C M Y K H S L
Decimal 184 7 73 0 0.96 0.60 0.28 337.63 0.93 0.37
Hex B8 7 49 0 60 3C 1C 152 5D 25
Octal 270 7 111 0 140 74 34 522 135 45
Binary 10111000 111 1001001 0 1100000 111100 11100 101010010 1011101 100101

Color Harmonies of #B80749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80749

Black with #B80749

Text Example


Text Example

White with #B80749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80749; }

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

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

background-color css

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

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

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

border-color css

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

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

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