Html Css Color HEX #B80656 Jazzberry Jam

📋 copy color: '#B80656'

red 184 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #B80656

Tints of Jazzberry Jam #B80656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 66.67%
G = 2.17%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B80656 (or 0xB80656) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 56. RGB value is (184,6,86). Sum of RGB (Red+Green+Blue) = 184+6+86=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80656 is #47F9A9. Grayscale: #444444. Windows color (decimal): -4716970 or 5637816. OLE color: 5637816.

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

Color convert

RGB 184 6 86 -
CMYK 0 0.97 0.53 0.28
HSL 333.03º 0.94% 0.37% -
HSV(B) 333.03º 0.97% 0.72% -
XYZ 21.51 10.99 9.79 -
YUV 68.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 184 6 86 0 0.97 0.53 0.28 333.03 0.94 0.37
Hex B8 6 56 0 61 35 1C 14D 5E 25
Octal 270 6 126 0 141 65 34 515 136 45
Binary 10111000 110 1010110 0 1100001 110101 11100 101001101 1011110 100101

Color Harmonies of #B80656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80656

Black with #B80656

Text Example


Text Example

White with #B80656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80656; }

 p { color: rgb(184,6,86); }

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

background-color css

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

 a { background-color: rgb(184,6,86); }

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

border-color css

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

 span { border-color: rgb(184,6,86); }

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