Html Css Color HEX #B80246 Jazzberry Jam

📋 copy color: '#B80246'

red 184 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #B80246

Tints of Jazzberry Jam #B80246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 71.88%
G = 0.78%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80246 (or 0xB80246) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 46. RGB value is (184,2,70). Sum of RGB (Red+Green+Blue) = 184+2+70=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80246 is #47FDB9. Grayscale: #404040. Windows color (decimal): -4718010 or 4588216. OLE color: 4588216.

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

Color convert

RGB 184 2 70 -
CMYK 0 0.99 0.62 0.28
HSL 337.58º 0.98% 0.36% -
HSV(B) 337.58º 0.99% 0.72% -
XYZ 20.89 10.68 6.75 -
YUV 64.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 184 2 70 0 0.99 0.62 0.28 337.58 0.98 0.36
Hex B8 2 46 0 63 3E 1C 152 62 24
Octal 270 2 106 0 143 76 34 522 142 44
Binary 10111000 10 1000110 0 1100011 111110 11100 101010010 1100010 100100

Color Harmonies of #B80246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80246

Black with #B80246

Text Example


Text Example

White with #B80246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80246; }

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

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

background-color css

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

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

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

border-color css

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

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

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