Html Css Color HEX #B80F61 Jazzberry Jam

📋 copy color: '#B80F61'

red 184 ◦ green 15 ◦ blue 97

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

Shades of Jazzberry Jam #B80F61

Tints of Jazzberry Jam #B80F61

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 62.16%
G = 5.07%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B80F61 (or 0xB80F61) is known color: Jazzberry Jam. HEX triplet: B8, 0F and 61. RGB value is (184,15,97). Sum of RGB (Red+Green+Blue) = 184+15+97=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80F61 is #47F09E. Grayscale: #4A4A4A. Windows color (decimal): -4714655 or 6361016. OLE color: 6361016.

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

Color convert

RGB 184 15 97 -
CMYK 0 0.92 0.47 0.28
HSL 330.89º 0.85% 0.39% -
HSV(B) 330.89º 0.92% 0.72% -
XYZ 22.1 11.4 12.34 -
YUV 74.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 184 15 97 0 0.92 0.47 0.28 330.89 0.85 0.39
Hex B8 F 61 0 5C 2F 1C 14B 55 27
Octal 270 17 141 0 134 57 34 513 125 47
Binary 10111000 1111 1100001 0 1011100 101111 11100 101001011 1010101 100111

Color Harmonies of #B80F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F61

Black with #B80F61

Text Example


Text Example

White with #B80F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F61; }

 p { color: rgb(184,15,97); }

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

background-color css

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

 a { background-color: rgb(184,15,97); }

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

border-color css

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

 span { border-color: rgb(184,15,97); }

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