Html Css Color HEX #B81555 Jazzberry Jam

📋 copy color: '#B81555'

red 184 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #B81555

Tints of Jazzberry Jam #B81555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 63.45%
G = 7.24%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B81555 (or 0xB81555) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 55. RGB value is (184,21,85). Sum of RGB (Red+Green+Blue) = 184+21+85=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B81555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81555 is #47EAAA. Grayscale: #4C4C4C. Windows color (decimal): -4713131 or 5576120. OLE color: 5576120.

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

Color convert

RGB 184 21 85 -
CMYK 0 0.89 0.54 0.28
HSL 336.44º 0.8% 0.4% -
HSV(B) 336.44º 0.89% 0.72% -
XYZ 21.68 11.38 9.65 -
YUV 77.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 184 21 85 0 0.89 0.54 0.28 336.44 0.8 0.4
Hex B8 15 55 0 59 36 1C 150 50 28
Octal 270 25 125 0 131 66 34 520 120 50
Binary 10111000 10101 1010101 0 1011001 110110 11100 101010000 1010000 101000

Color Harmonies of #B81555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81555

Black with #B81555

Text Example


Text Example

White with #B81555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81555; }

 p { color: rgb(184,21,85); }

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

background-color css

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

 a { background-color: rgb(184,21,85); }

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

border-color css

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

 span { border-color: rgb(184,21,85); }

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