Html Css Color HEX #B80762 Jazzberry Jam

📋 copy color: '#B80762'

red 184 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #B80762

Tints of Jazzberry Jam #B80762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 63.67%
G = 2.42%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B80762 (or 0xB80762) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 62. RGB value is (184,7,98). Sum of RGB (Red+Green+Blue) = 184+7+98=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80762 is #47F89D. Grayscale: #464646. Windows color (decimal): -4716702 or 6424504. OLE color: 6424504.

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

Color convert

RGB 184 7 98 -
CMYK 0 0.96 0.47 0.28
HSL 329.15º 0.93% 0.37% -
HSV(B) 329.15º 0.96% 0.72% -
XYZ 22.05 11.22 12.56 -
YUV 70.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 184 7 98 0 0.96 0.47 0.28 329.15 0.93 0.37
Hex B8 7 62 0 60 2F 1C 149 5D 25
Octal 270 7 142 0 140 57 34 511 135 45
Binary 10111000 111 1100010 0 1100000 101111 11100 101001001 1011101 100101

Color Harmonies of #B80762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80762

Black with #B80762

Text Example


Text Example

White with #B80762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80762; }

 p { color: rgb(184,7,98); }

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

background-color css

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

 a { background-color: rgb(184,7,98); }

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

border-color css

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

 span { border-color: rgb(184,7,98); }

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