Html Css Color HEX #B80960 Jazzberry Jam

📋 copy color: '#B80960'

red 184 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #B80960

Tints of Jazzberry Jam #B80960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 63.67%
G = 3.11%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B80960 (or 0xB80960) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 60. RGB value is (184,9,96). Sum of RGB (Red+Green+Blue) = 184+9+96=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80960 is #47F69F. Grayscale: #474747. Windows color (decimal): -4716192 or 6293944. OLE color: 6293944.

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

Color convert

RGB 184 9 96 -
CMYK 0 0.95 0.48 0.28
HSL 330.17º 0.91% 0.38% -
HSV(B) 330.17º 0.95% 0.72% -
XYZ 21.98 11.23 12.08 -
YUV 71.24 141.98 208.43 -
System Red Green Blue C M Y K H S L
Decimal 184 9 96 0 0.95 0.48 0.28 330.17 0.91 0.38
Hex B8 9 60 0 5F 30 1C 14A 5B 26
Octal 270 11 140 0 137 60 34 512 133 46
Binary 10111000 1001 1100000 0 1011111 110000 11100 101001010 1011011 100110

Color Harmonies of #B80960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80960

Black with #B80960

Text Example


Text Example

White with #B80960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80960; }

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

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

background-color css

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

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

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

border-color css

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

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

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