Html Css Color HEX #B81155 Jazzberry Jam

📋 copy color: '#B81155'

red 184 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #B81155

Tints of Jazzberry Jam #B81155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

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

R = 64.34%
G = 5.94%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B81155 (or 0xB81155) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 55. RGB value is (184,17,85). Sum of RGB (Red+Green+Blue) = 184+17+85=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B81155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81155 is #47EEAA. Grayscale: #4A4A4A. Windows color (decimal): -4714155 or 5575096. OLE color: 5575096.

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

Color convert

RGB 184 17 85 -
CMYK 0 0.91 0.54 0.28
HSL 335.57º 0.83% 0.39% -
HSV(B) 335.57º 0.91% 0.72% -
XYZ 21.61 11.25 9.63 -
YUV 74.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 184 17 85 0 0.91 0.54 0.28 335.57 0.83 0.39
Hex B8 11 55 0 5B 36 1C 150 53 27
Octal 270 21 125 0 133 66 34 520 123 47
Binary 10111000 10001 1010101 0 1011011 110110 11100 101010000 1010011 100111

Color Harmonies of #B81155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81155

Black with #B81155

Text Example


Text Example

White with #B81155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81155; }

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

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

background-color css

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

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

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

border-color css

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

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

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