Html Css Color HEX #B80460 Jazzberry Jam

📋 copy color: '#B80460'

red 184 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #B80460

Tints of Jazzberry Jam #B80460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 64.79%
G = 1.41%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B80460 (or 0xB80460) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 60. RGB value is (184,4,96). Sum of RGB (Red+Green+Blue) = 184+4+96=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B80460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80460 is #47FB9F. Grayscale: #444444. Windows color (decimal): -4717472 or 6292664. OLE color: 6292664.

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

Color convert

RGB 184 4 96 -
CMYK 0 0.98 0.48 0.28
HSL 329.33º 0.96% 0.37% -
HSV(B) 329.33º 0.98% 0.72% -
XYZ 21.92 11.12 12.06 -
YUV 68.31 143.63 210.52 -
System Red Green Blue C M Y K H S L
Decimal 184 4 96 0 0.98 0.48 0.28 329.33 0.96 0.37
Hex B8 4 60 0 62 30 1C 149 60 25
Octal 270 4 140 0 142 60 34 511 140 45
Binary 10111000 100 1100000 0 1100010 110000 11100 101001001 1100000 100101

Color Harmonies of #B80460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80460

Black with #B80460

Text Example


Text Example

White with #B80460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80460; }

 p { color: rgb(184,4,96); }

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

background-color css

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

 a { background-color: rgb(184,4,96); }

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

border-color css

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

 span { border-color: rgb(184,4,96); }

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