Html Css Color HEX #B80349 Jazzberry Jam

📋 copy color: '#B80349'

red 184 ◦ green 3 ◦ blue 73

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

Shades of Jazzberry Jam #B80349

Tints of Jazzberry Jam #B80349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 70.77%
G = 1.15%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B80349 (or 0xB80349) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 49. RGB value is (184,3,73). Sum of RGB (Red+Green+Blue) = 184+3+73=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80349 is #47FCB6. Grayscale: #414141. Windows color (decimal): -4717751 or 4785080. OLE color: 4785080.

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

Color convert

RGB 184 3 73 -
CMYK 0 0.98 0.60 0.28
HSL 336.8º 0.97% 0.37% -
HSV(B) 336.8º 0.98% 0.72% -
XYZ 21 10.74 7.27 -
YUV 65.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 184 3 73 0 0.98 0.60 0.28 336.8 0.97 0.37
Hex B8 3 49 0 62 3C 1C 151 61 25
Octal 270 3 111 0 142 74 34 521 141 45
Binary 10111000 11 1001001 0 1100010 111100 11100 101010001 1100001 100101

Color Harmonies of #B80349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80349

Black with #B80349

Text Example


Text Example

White with #B80349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80349; }

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

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

background-color css

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

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

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

border-color css

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

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

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