Html Css Color HEX #B80C5C Jazzberry Jam

📋 copy color: '#B80C5C'

red 184 ◦ green 12 ◦ blue 92

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

Shades of Jazzberry Jam #B80C5C

Tints of Jazzberry Jam #B80C5C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

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

R = 63.89%
G = 4.17%
B = 31.94%

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

#B80C5C (or 0xB80C5C) is known color: Jazzberry Jam. HEX triplet: B8, 0C and 5C. RGB value is (184,12,92). Sum of RGB (Red+Green+Blue) = 184+12+92=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80C5C is #47F3A3. Grayscale: #484848. Windows color (decimal): -4715428 or 6032568. OLE color: 6032568.

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

Color convert

RGB 184 12 92 -
CMYK 0 0.93 0.50 0.28
HSL 332.09º 0.88% 0.38% -
HSV(B) 332.09º 0.93% 0.72% -
XYZ 21.83 11.23 11.14 -
YUV 72.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 184 12 92 0 0.93 0.50 0.28 332.09 0.88 0.38
Hex B8 C 5C 0 5D 32 1C 14C 58 26
Octal 270 14 134 0 135 62 34 514 130 46
Binary 10111000 1100 1011100 0 1011101 110010 11100 101001100 1011000 100110

Color Harmonies of #B80C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80C5C

Black with #B80C5C

Text Example


Text Example

White with #B80C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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