Html Css Color HEX #B80B51 Jazzberry Jam

📋 copy color: '#B80B51'

red 184 ◦ green 11 ◦ blue 81

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

Shades of Jazzberry Jam #B80B51

Tints of Jazzberry Jam #B80B51

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.99%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 66.67%
G = 3.99%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B80B51 (or 0xB80B51) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 51. RGB value is (184,11,81). Sum of RGB (Red+Green+Blue) = 184+11+81=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B51 is #47F4AE. Grayscale: #464646. Windows color (decimal): -4715695 or 5311416. OLE color: 5311416.

HSL color Cylindrical-coordinate representation of color #B80B51: hue angle of 335.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B51 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 11 81 -
CMYK 0 0.94 0.56 0.28
HSL 335.72º 0.89% 0.38% -
HSV(B) 335.72º 0.94% 0.72% -
XYZ 21.37 11.02 8.79 -
YUV 70.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 184 11 81 0 0.94 0.56 0.28 335.72 0.89 0.38
Hex B8 B 51 0 5E 38 1C 150 59 26
Octal 270 13 121 0 136 70 34 520 131 46
Binary 10111000 1011 1010001 0 1011110 111000 11100 101010000 1011001 100110

Color Harmonies of #B80B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B51

Black with #B80B51

Text Example


Text Example

White with #B80B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B51; }

 p { color: rgb(184,11,81); }

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

background-color css

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

 a { background-color: rgb(184,11,81); }

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

border-color css

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

 span { border-color: rgb(184,11,81); }

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