Html Css Color HEX #B8115B Jazzberry Jam

📋 copy color: '#B8115B'

red 184 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #B8115B

Tints of Jazzberry Jam #B8115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 63.01%
G = 5.82%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8115B (or 0xB8115B) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 5B. RGB value is (184,17,91). Sum of RGB (Red+Green+Blue) = 184+17+91=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8115B is #47EEA4. Grayscale: #4B4B4B. Windows color (decimal): -4714149 or 5968312. OLE color: 5968312.

HSL color Cylindrical-coordinate representation of color #B8115B: hue angle of 333.41º 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 #B8115B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 91 -
CMYK 0 0.91 0.51 0.28
HSL 333.41º 0.83% 0.39% -
HSV(B) 333.41º 0.91% 0.72% -
XYZ 21.86 11.35 10.94 -
YUV 75.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 184 17 91 0 0.91 0.51 0.28 333.41 0.83 0.39
Hex B8 11 5B 0 5B 33 1C 14D 53 27
Octal 270 21 133 0 133 63 34 515 123 47
Binary 10111000 10001 1011011 0 1011011 110011 11100 101001101 1010011 100111

Color Harmonies of #B8115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8115B

Black with #B8115B

Text Example


Text Example

White with #B8115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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