Html Css Color HEX #B9136B Jazzberry Jam

📋 copy color: '#B9136B'

red 185 ◦ green 19 ◦ blue 107

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

Shades of Jazzberry Jam #B9136B

Tints of Jazzberry Jam #B9136B

RGB

 RED value IS 185 (72.66% from 255) = 59.49%

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 59.49%
G = 6.11%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9136B (or 0xB9136B) is known color: Jazzberry Jam. HEX triplet: B9, 13 and 6B. RGB value is (185,19,107). Sum of RGB (Red+Green+Blue) = 185+19+107=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9136B is #46EC94. Grayscale: #4E4E4E. Windows color (decimal): -4648085 or 7017401. OLE color: 7017401.

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

Color convert

RGB 185 19 107 -
CMYK 0 0.90 0.42 0.27
HSL 328.19º 0.81% 0.4% -
HSV(B) 328.19º 0.9% 0.73% -
XYZ 22.89 11.84 14.99 -
YUV 78.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 185 19 107 0 0.90 0.42 0.27 328.19 0.81 0.4
Hex B9 13 6B 0 5A 2A 1B 148 51 28
Octal 271 23 153 0 132 52 33 510 121 50
Binary 10111001 10011 1101011 0 1011010 101010 11011 101001000 1010001 101000

Color Harmonies of #B9136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9136B

Black with #B9136B

Text Example


Text Example

White with #B9136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9136B; }

 p { color: rgb(185,19,107); }

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

background-color css

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

 a { background-color: rgb(185,19,107); }

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

border-color css

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

 span { border-color: rgb(185,19,107); }

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