Html Css Color HEX #B80550 Jazzberry Jam

📋 copy color: '#B80550'

red 184 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B80550

Tints of Jazzberry Jam #B80550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 68.4%
G = 1.86%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B80550 (or 0xB80550) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 50. RGB value is (184,5,80). Sum of RGB (Red+Green+Blue) = 184+5+80=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B80550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80550 is #47FAAF. Grayscale: #424242. Windows color (decimal): -4717232 or 5244344. OLE color: 5244344.

HSL color Cylindrical-coordinate representation of color #B80550: hue angle of 334.86º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80550 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 80 -
CMYK 0 0.97 0.57 0.28
HSL 334.86º 0.95% 0.37% -
HSV(B) 334.86º 0.97% 0.72% -
XYZ 21.27 10.88 8.57 -
YUV 67.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 184 5 80 0 0.97 0.57 0.28 334.86 0.95 0.37
Hex B8 5 50 0 61 39 1C 14F 5F 25
Octal 270 5 120 0 141 71 34 517 137 45
Binary 10111000 101 1010000 0 1100001 111001 11100 101001111 1011111 100101

Color Harmonies of #B80550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80550

Black with #B80550

Text Example


Text Example

White with #B80550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80550; }

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

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

background-color css

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

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

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

border-color css

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

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

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