Html Css Color HEX #B80060 Jazzberry Jam

📋 copy color: '#B80060'

red 184 ◦ green 0 ◦ blue 96

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

Shades of Jazzberry Jam #B80060

Tints of Jazzberry Jam #B80060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.71%
G = 0%
B = 34.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B80060 (or 0xB80060) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 60. RGB value is (184,0,96). Sum of RGB (Red+Green+Blue) = 184+0+96=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B80060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80060 is #47FF9F. Grayscale: #414141. Windows color (decimal): -4718496 or 6291640. OLE color: 6291640.

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

Color convert

RGB 184 0 96 -
CMYK 0 1 0.48 0.28
HSL 328.7º 1% 0.36% -
HSV(B) 328.7º 1% 0.72% -
XYZ 21.88 11.03 12.04 -
YUV 65.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 184 0 96 0 1 0.48 0.28 328.7 1 0.36
Hex B8 0 60 0 64 30 1C 149 64 24
Octal 270 0 140 0 144 60 34 511 144 44
Binary 10111000 0 1100000 0 1100100 110000 11100 101001001 1100100 100100

Color Harmonies of #B80060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80060

Black with #B80060

Text Example


Text Example

White with #B80060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80060; }

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

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

background-color css

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

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

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

border-color css

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

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

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