Html Css Color HEX #B80154 Jazzberry Jam

📋 copy color: '#B80154'

red 184 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #B80154

Tints of Jazzberry Jam #B80154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 68.4%
G = 0.37%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80154 (or 0xB80154) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 54. RGB value is (184,1,84). Sum of RGB (Red+Green+Blue) = 184+1+84=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B80154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80154 is #47FEAB. Grayscale: #414141. Windows color (decimal): -4718252 or 5505464. OLE color: 5505464.

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

Color convert

RGB 184 1 84 -
CMYK 0 0.99 0.54 0.28
HSL 332.79º 0.99% 0.36% -
HSV(B) 332.79º 0.99% 0.72% -
XYZ 21.38 10.85 9.36 -
YUV 65.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 184 1 84 0 0.99 0.54 0.28 332.79 0.99 0.36
Hex B8 1 54 0 63 36 1C 14D 63 24
Octal 270 1 124 0 143 66 34 515 143 44
Binary 10111000 1 1010100 0 1100011 110110 11100 101001101 1100011 100100

Color Harmonies of #B80154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80154

Black with #B80154

Text Example


Text Example

White with #B80154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80154; }

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

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

background-color css

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

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

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

border-color css

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

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

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