Html Css Color HEX #B80671 Jazzberry Jam

📋 copy color: '#B80671'

red 184 ◦ green 6 ◦ blue 113

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

Shades of Jazzberry Jam #B80671

Tints of Jazzberry Jam #B80671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 60.73%
G = 1.98%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B80671 (or 0xB80671) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 71. RGB value is (184,6,113). Sum of RGB (Red+Green+Blue) = 184+6+113=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80671 is #47F98E. Grayscale: #474747. Windows color (decimal): -4716943 or 7407288. OLE color: 7407288.

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

Color convert

RGB 184 6 113 -
CMYK 0 0.97 0.39 0.28
HSL 323.93º 0.94% 0.37% -
HSV(B) 323.93º 0.97% 0.72% -
XYZ 22.81 11.51 16.64 -
YUV 71.42 151.47 208.3 -
System Red Green Blue C M Y K H S L
Decimal 184 6 113 0 0.97 0.39 0.28 323.93 0.94 0.37
Hex B8 6 71 0 61 27 1C 144 5E 25
Octal 270 6 161 0 141 47 34 504 136 45
Binary 10111000 110 1110001 0 1100001 100111 11100 101000100 1011110 100101

Color Harmonies of #B80671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80671

Black with #B80671

Text Example


Text Example

White with #B80671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80671; }

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

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

background-color css

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

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

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

border-color css

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

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

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