Html Css Color HEX #B80A4C Jazzberry Jam

📋 copy color: '#B80A4C'

red 184 ◦ green 10 ◦ blue 76

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

Shades of Jazzberry Jam #B80A4C

Tints of Jazzberry Jam #B80A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 68.15%
G = 3.7%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B80A4C (or 0xB80A4C) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 4C. RGB value is (184,10,76). Sum of RGB (Red+Green+Blue) = 184+10+76=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A4C is #47F5B3. Grayscale: #454545. Windows color (decimal): -4715956 or 4983480. OLE color: 4983480.

HSL color Cylindrical-coordinate representation of color #B80A4C: hue angle of 337.24º degrees, saturation: 0.9, 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 #B80A4C is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 10 76 -
CMYK 0 0.95 0.59 0.28
HSL 337.24º 0.9% 0.38% -
HSV(B) 337.24º 0.95% 0.72% -
XYZ 21.18 10.93 7.83 -
YUV 69.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 184 10 76 0 0.95 0.59 0.28 337.24 0.9 0.38
Hex B8 A 4C 0 5F 3B 1C 151 5A 26
Octal 270 12 114 0 137 73 34 521 132 46
Binary 10111000 1010 1001100 0 1011111 111011 11100 101010001 1011010 100110

Color Harmonies of #B80A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A4C

Black with #B80A4C

Text Example


Text Example

White with #B80A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A4C; }

 p { color: rgb(184,10,76); }

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

background-color css

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

 a { background-color: rgb(184,10,76); }

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

border-color css

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

 span { border-color: rgb(184,10,76); }

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