Html Css Color HEX #B80354 Jazzberry Jam

📋 copy color: '#B80354'

red 184 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #B80354

Tints of Jazzberry Jam #B80354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 67.9%
G = 1.11%
B = 31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80354 (or 0xB80354) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 54. RGB value is (184,3,84). Sum of RGB (Red+Green+Blue) = 184+3+84=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B80354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80354 is #47FCAB. Grayscale: #424242. Windows color (decimal): -4717740 or 5505976. OLE color: 5505976.

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

Color convert

RGB 184 3 84 -
CMYK 0 0.98 0.54 0.28
HSL 333.15º 0.97% 0.37% -
HSV(B) 333.15º 0.98% 0.72% -
XYZ 21.4 10.9 9.36 -
YUV 66.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 184 3 84 0 0.98 0.54 0.28 333.15 0.97 0.37
Hex B8 3 54 0 62 36 1C 14D 61 25
Octal 270 3 124 0 142 66 34 515 141 45
Binary 10111000 11 1010100 0 1100010 110110 11100 101001101 1100001 100101

Color Harmonies of #B80354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80354

Black with #B80354

Text Example


Text Example

White with #B80354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80354; }

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

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

background-color css

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

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

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

border-color css

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

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

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