Html Css Color HEX #B80858 Jazzberry Jam

📋 copy color: '#B80858'

red 184 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #B80858

Tints of Jazzberry Jam #B80858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 65.71%
G = 2.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B80858 (or 0xB80858) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 58. RGB value is (184,8,88). Sum of RGB (Red+Green+Blue) = 184+8+88=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B80858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80858 is #47F7A7. Grayscale: #454545. Windows color (decimal): -4716456 or 5769400. OLE color: 5769400.

HSL color Cylindrical-coordinate representation of color #B80858: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80858 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 88 -
CMYK 0 0.96 0.52 0.28
HSL 332.73º 0.92% 0.38% -
HSV(B) 332.73º 0.96% 0.72% -
XYZ 21.62 11.07 10.23 -
YUV 69.74 138.31 209.5 -
System Red Green Blue C M Y K H S L
Decimal 184 8 88 0 0.96 0.52 0.28 332.73 0.92 0.38
Hex B8 8 58 0 60 34 1C 14D 5C 26
Octal 270 10 130 0 140 64 34 515 134 46
Binary 10111000 1000 1011000 0 1100000 110100 11100 101001101 1011100 100110

Color Harmonies of #B80858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80858

Black with #B80858

Text Example


Text Example

White with #B80858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80858; }

 p { color: rgb(184,8,88); }

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

background-color css

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

 a { background-color: rgb(184,8,88); }

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

border-color css

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

 span { border-color: rgb(184,8,88); }

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