Html Css Color HEX #B80A54 Jazzberry Jam

📋 copy color: '#B80A54'

red 184 ◦ green 10 ◦ blue 84

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

Shades of Jazzberry Jam #B80A54

Tints of Jazzberry Jam #B80A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 66.19%
G = 3.6%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80A54 (or 0xB80A54) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 54. RGB value is (184,10,84). Sum of RGB (Red+Green+Blue) = 184+10+84=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A54 is #47F5AB. Grayscale: #464646. Windows color (decimal): -4715948 or 5507768. OLE color: 5507768.

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

Color convert

RGB 184 10 84 -
CMYK 0 0.95 0.54 0.28
HSL 334.48º 0.9% 0.38% -
HSV(B) 334.48º 0.95% 0.72% -
XYZ 21.48 11.05 9.39 -
YUV 70.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 184 10 84 0 0.95 0.54 0.28 334.48 0.9 0.38
Hex B8 A 54 0 5F 36 1C 14E 5A 26
Octal 270 12 124 0 137 66 34 516 132 46
Binary 10111000 1010 1010100 0 1011111 110110 11100 101001110 1011010 100110

Color Harmonies of #B80A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A54

Black with #B80A54

Text Example


Text Example

White with #B80A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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