Html Css Color HEX #B80554 Jazzberry Jam

📋 copy color: '#B80554'

red 184 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #B80554

Tints of Jazzberry Jam #B80554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 67.4%
G = 1.83%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80554 (or 0xB80554) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 54. RGB value is (184,5,84). Sum of RGB (Red+Green+Blue) = 184+5+84=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B80554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80554 is #47FAAB. Grayscale: #434343. Windows color (decimal): -4717228 or 5506488. OLE color: 5506488.

HSL color Cylindrical-coordinate representation of color #B80554: hue angle of 333.52º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80554 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 84 -
CMYK 0 0.97 0.54 0.28
HSL 333.52º 0.95% 0.37% -
HSV(B) 333.52º 0.97% 0.72% -
XYZ 21.42 10.94 9.37 -
YUV 67.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 184 5 84 0 0.97 0.54 0.28 333.52 0.95 0.37
Hex B8 5 54 0 61 36 1C 14E 5F 25
Octal 270 5 124 0 141 66 34 516 137 45
Binary 10111000 101 1010100 0 1100001 110110 11100 101001110 1011111 100101

Color Harmonies of #B80554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80554

Black with #B80554

Text Example


Text Example

White with #B80554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80554; }

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

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

background-color css

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

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

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

border-color css

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

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

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