Html Css Color HEX #B80655 Jazzberry Jam

📋 copy color: '#B80655'

red 184 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #B80655

Tints of Jazzberry Jam #B80655

RGB

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

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

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

R = 66.91%
G = 2.18%
B = 30.91%

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

#B80655 (or 0xB80655) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 55. RGB value is (184,6,85). Sum of RGB (Red+Green+Blue) = 184+6+85=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B80655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80655 is #47F9AA. Grayscale: #444444. Windows color (decimal): -4716971 or 5572280. OLE color: 5572280.

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

Color convert

RGB 184 6 85 -
CMYK 0 0.97 0.54 0.28
HSL 333.37º 0.94% 0.37% -
HSV(B) 333.37º 0.97% 0.72% -
XYZ 21.47 10.98 9.58 -
YUV 68.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 184 6 85 0 0.97 0.54 0.28 333.37 0.94 0.37
Hex B8 6 55 0 61 36 1C 14D 5E 25
Octal 270 6 125 0 141 66 34 515 136 45
Binary 10111000 110 1010101 0 1100001 110110 11100 101001101 1011110 100101

Color Harmonies of #B80655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80655

Black with #B80655

Text Example


Text Example

White with #B80655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80655; }

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

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

background-color css

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

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

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

border-color css

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

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

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