Html Css Color HEX #B80565 Jazzberry Jam

📋 copy color: '#B80565'

red 184 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #B80565

Tints of Jazzberry Jam #B80565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 63.45%
G = 1.72%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80565 (or 0xB80565) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 65. RGB value is (184,5,101). Sum of RGB (Red+Green+Blue) = 184+5+101=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80565 is #47FA9A. Grayscale: #454545. Windows color (decimal): -4717211 or 6620600. OLE color: 6620600.

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

Color convert

RGB 184 5 101 -
CMYK 0 0.97 0.45 0.28
HSL 327.82º 0.95% 0.37% -
HSV(B) 327.82º 0.97% 0.72% -
XYZ 22.17 11.24 13.31 -
YUV 69.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 184 5 101 0 0.97 0.45 0.28 327.82 0.95 0.37
Hex B8 5 65 0 61 2D 1C 148 5F 25
Octal 270 5 145 0 141 55 34 510 137 45
Binary 10111000 101 1100101 0 1100001 101101 11100 101001000 1011111 100101

Color Harmonies of #B80565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80565

Black with #B80565

Text Example


Text Example

White with #B80565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80565; }

 p { color: rgb(184,5,101); }

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

background-color css

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

 a { background-color: rgb(184,5,101); }

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

border-color css

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

 span { border-color: rgb(184,5,101); }

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