Html Css Color HEX #B80255 Jazzberry Jam

📋 copy color: '#B80255'

red 184 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #B80255

Tints of Jazzberry Jam #B80255

RGB

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

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

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

R = 67.9%
G = 0.74%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80255 (or 0xB80255) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 55. RGB value is (184,2,85). Sum of RGB (Red+Green+Blue) = 184+2+85=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B80255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80255 is #47FDAA. Grayscale: #414141. Windows color (decimal): -4717995 or 5571256. OLE color: 5571256.

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

Color convert

RGB 184 2 85 -
CMYK 0 0.99 0.54 0.28
HSL 332.64º 0.98% 0.36% -
HSV(B) 332.64º 0.99% 0.72% -
XYZ 21.43 10.89 9.57 -
YUV 65.88 138.8 212.25 -
System Red Green Blue C M Y K H S L
Decimal 184 2 85 0 0.99 0.54 0.28 332.64 0.98 0.36
Hex B8 2 55 0 63 36 1C 14D 62 24
Octal 270 2 125 0 143 66 34 515 142 44
Binary 10111000 10 1010101 0 1100011 110110 11100 101001101 1100010 100100

Color Harmonies of #B80255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80255

Black with #B80255

Text Example


Text Example

White with #B80255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80255; }

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

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

background-color css

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

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

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

border-color css

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

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

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