Html Css Color HEX #B80562 Jazzberry Jam

📋 copy color: '#B80562'

red 184 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #B80562

Tints of Jazzberry Jam #B80562

RGB

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

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

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

R = 64.11%
G = 1.74%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B80562 (or 0xB80562) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 62. RGB value is (184,5,98). Sum of RGB (Red+Green+Blue) = 184+5+98=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B80562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80562 is #47FA9D. Grayscale: #444444. Windows color (decimal): -4717214 or 6423992. OLE color: 6423992.

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

Color convert

RGB 184 5 98 -
CMYK 0 0.97 0.47 0.28
HSL 328.83º 0.95% 0.37% -
HSV(B) 328.83º 0.97% 0.72% -
XYZ 22.03 11.18 12.55 -
YUV 69.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 184 5 98 0 0.97 0.47 0.28 328.83 0.95 0.37
Hex B8 5 62 0 61 2F 1C 149 5F 25
Octal 270 5 142 0 141 57 34 511 137 45
Binary 10111000 101 1100010 0 1100001 101111 11100 101001001 1011111 100101

Color Harmonies of #B80562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80562

Black with #B80562

Text Example


Text Example

White with #B80562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80562; }

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

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

background-color css

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

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

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

border-color css

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

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

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