Html Css Color HEX #B80D5C Jazzberry Jam

📋 copy color: '#B80D5C'

red 184 ◦ green 13 ◦ blue 92

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

Shades of Jazzberry Jam #B80D5C

Tints of Jazzberry Jam #B80D5C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.5%

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 63.67%
G = 4.5%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B80D5C (or 0xB80D5C) is known color: Jazzberry Jam. HEX triplet: B8, 0D and 5C. RGB value is (184,13,92). Sum of RGB (Red+Green+Blue) = 184+13+92=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D5C is #47F2A3. Grayscale: #484848. Windows color (decimal): -4715172 or 6032824. OLE color: 6032824.

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

Color convert

RGB 184 13 92 -
CMYK 0 0.93 0.50 0.28
HSL 332.28º 0.87% 0.39% -
HSV(B) 332.28º 0.93% 0.72% -
XYZ 21.84 11.25 11.15 -
YUV 73.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 184 13 92 0 0.93 0.50 0.28 332.28 0.87 0.39
Hex B8 D 5C 0 5D 32 1C 14C 57 27
Octal 270 15 134 0 135 62 34 514 127 47
Binary 10111000 1101 1011100 0 1011101 110010 11100 101001100 1010111 100111

Color Harmonies of #B80D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D5C

Black with #B80D5C

Text Example


Text Example

White with #B80D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D5C; }

 p { color: rgb(184,13,92); }

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

background-color css

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

 a { background-color: rgb(184,13,92); }

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

border-color css

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

 span { border-color: rgb(184,13,92); }

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