Html Css Color HEX #B80250 Jazzberry Jam

📋 copy color: '#B80250'

red 184 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #B80250

Tints of Jazzberry Jam #B80250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 69.17%
G = 0.75%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B80250 (or 0xB80250) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 50. RGB value is (184,2,80). Sum of RGB (Red+Green+Blue) = 184+2+80=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B80250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80250 is #47FDAF. Grayscale: #414141. Windows color (decimal): -4718000 or 5243576. OLE color: 5243576.

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

Color convert

RGB 184 2 80 -
CMYK 0 0.99 0.57 0.28
HSL 334.29º 0.98% 0.36% -
HSV(B) 334.29º 0.99% 0.72% -
XYZ 21.24 10.81 8.56 -
YUV 65.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 184 2 80 0 0.99 0.57 0.28 334.29 0.98 0.36
Hex B8 2 50 0 63 39 1C 14E 62 24
Octal 270 2 120 0 143 71 34 516 142 44
Binary 10111000 10 1010000 0 1100011 111001 11100 101001110 1100010 100100

Color Harmonies of #B80250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80250

Black with #B80250

Text Example


Text Example

White with #B80250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80250; }

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

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

background-color css

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

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

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

border-color css

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

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

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