Html Css Color HEX #B8136F Jazzberry Jam

📋 copy color: '#B8136F'

red 184 ◦ green 19 ◦ blue 111

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

Shades of Jazzberry Jam #B8136F

Tints of Jazzberry Jam #B8136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 58.6%
G = 6.05%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8136F (or 0xB8136F) is known color: Jazzberry Jam. HEX triplet: B8, 13 and 6F. RGB value is (184,19,111). Sum of RGB (Red+Green+Blue) = 184+19+111=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8136F is #47EC90. Grayscale: #4E4E4E. Windows color (decimal): -4713617 or 7279544. OLE color: 7279544.

HSL color Cylindrical-coordinate representation of color #B8136F: hue angle of 326.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8136F is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 111 -
CMYK 0 0.90 0.40 0.28
HSL 326.55º 0.81% 0.4% -
HSV(B) 326.55º 0.9% 0.72% -
XYZ 22.87 11.8 16.11 -
YUV 78.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 184 19 111 0 0.90 0.40 0.28 326.55 0.81 0.4
Hex B8 13 6F 0 5A 28 1C 147 51 28
Octal 270 23 157 0 132 50 34 507 121 50
Binary 10111000 10011 1101111 0 1011010 101000 11100 101000111 1010001 101000

Color Harmonies of #B8136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8136F

Black with #B8136F

Text Example


Text Example

White with #B8136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8136F; }

 p { color: rgb(184,19,111); }

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

background-color css

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

 a { background-color: rgb(184,19,111); }

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

border-color css

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

 span { border-color: rgb(184,19,111); }

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