Html Css Color HEX #B8156D Jazzberry Jam

📋 copy color: '#B8156D'

red 184 ◦ green 21 ◦ blue 109

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

Shades of Jazzberry Jam #B8156D

Tints of Jazzberry Jam #B8156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 58.6%
G = 6.69%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8156D (or 0xB8156D) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 6D. RGB value is (184,21,109). Sum of RGB (Red+Green+Blue) = 184+21+109=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8156D is #47EA92. Grayscale: #4F4F4F. Windows color (decimal): -4713107 or 7148984. OLE color: 7148984.

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

Color convert

RGB 184 21 109 -
CMYK 0 0.89 0.41 0.28
HSL 327.61º 0.8% 0.4% -
HSV(B) 327.61º 0.89% 0.72% -
XYZ 22.8 11.83 15.55 -
YUV 79.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 184 21 109 0 0.89 0.41 0.28 327.61 0.8 0.4
Hex B8 15 6D 0 59 29 1C 148 50 28
Octal 270 25 155 0 131 51 34 510 120 50
Binary 10111000 10101 1101101 0 1011001 101001 11100 101001000 1010000 101000

Color Harmonies of #B8156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8156D

Black with #B8156D

Text Example


Text Example

White with #B8156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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