Html Css Color HEX #B80346 Jazzberry Jam

📋 copy color: '#B80346'

red 184 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B80346

Tints of Jazzberry Jam #B80346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 71.6%
G = 1.17%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80346 (or 0xB80346) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 46. RGB value is (184,3,70). Sum of RGB (Red+Green+Blue) = 184+3+70=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B80346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80346 is #47FCB9. Grayscale: #404040. Windows color (decimal): -4717754 or 4588472. OLE color: 4588472.

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

Color convert

RGB 184 3 70 -
CMYK 0 0.98 0.62 0.28
HSL 337.79º 0.97% 0.37% -
HSV(B) 337.79º 0.98% 0.72% -
XYZ 20.91 10.7 6.76 -
YUV 64.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 184 3 70 0 0.98 0.62 0.28 337.79 0.97 0.37
Hex B8 3 46 0 62 3E 1C 152 61 25
Octal 270 3 106 0 142 76 34 522 141 45
Binary 10111000 11 1000110 0 1100010 111110 11100 101010010 1100001 100101

Color Harmonies of #B80346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80346

Black with #B80346

Text Example


Text Example

White with #B80346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80346; }

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

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

background-color css

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

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

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

border-color css

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

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

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