Html Css Color HEX #B80555 Jazzberry Jam

📋 copy color: '#B80555'

red 184 ◦ green 5 ◦ blue 85

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

Shades of Jazzberry Jam #B80555

Tints of Jazzberry Jam #B80555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 67.15%
G = 1.82%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80555 (or 0xB80555) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 55. RGB value is (184,5,85). Sum of RGB (Red+Green+Blue) = 184+5+85=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B80555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80555 is #47FAAA. Grayscale: #434343. Windows color (decimal): -4717227 or 5572024. OLE color: 5572024.

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

Color convert

RGB 184 5 85 -
CMYK 0 0.97 0.54 0.28
HSL 333.18º 0.95% 0.37% -
HSV(B) 333.18º 0.97% 0.72% -
XYZ 21.46 10.95 9.58 -
YUV 67.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 184 5 85 0 0.97 0.54 0.28 333.18 0.95 0.37
Hex B8 5 55 0 61 36 1C 14D 5F 25
Octal 270 5 125 0 141 66 34 515 137 45
Binary 10111000 101 1010101 0 1100001 110110 11100 101001101 1011111 100101

Color Harmonies of #B80555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80555

Black with #B80555

Text Example


Text Example

White with #B80555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80555; }

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

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

background-color css

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

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

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

border-color css

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

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

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