Html Css Color HEX #B80355 Jazzberry Jam

📋 copy color: '#B80355'

red 184 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #B80355

Tints of Jazzberry Jam #B80355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 67.65%
G = 1.1%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80355 (or 0xB80355) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 55. RGB value is (184,3,85). Sum of RGB (Red+Green+Blue) = 184+3+85=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80355 is #47FCAA. Grayscale: #424242. Windows color (decimal): -4717739 or 5571512. OLE color: 5571512.

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

Color convert

RGB 184 3 85 -
CMYK 0 0.98 0.54 0.28
HSL 332.82º 0.97% 0.37% -
HSV(B) 332.82º 0.98% 0.72% -
XYZ 21.44 10.91 9.57 -
YUV 66.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 184 3 85 0 0.98 0.54 0.28 332.82 0.97 0.37
Hex B8 3 55 0 62 36 1C 14D 61 25
Octal 270 3 125 0 142 66 34 515 141 45
Binary 10111000 11 1010101 0 1100010 110110 11100 101001101 1100001 100101

Color Harmonies of #B80355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80355

Black with #B80355

Text Example


Text Example

White with #B80355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80355; }

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

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

background-color css

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

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

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

border-color css

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

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

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