Html Css Color HEX #B9136D Jazzberry Jam

📋 copy color: '#B9136D'

red 185 ◦ green 19 ◦ blue 109

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

Shades of Jazzberry Jam #B9136D

Tints of Jazzberry Jam #B9136D

RGB

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

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

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

R = 59.11%
G = 6.07%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9136D (or 0xB9136D) is known color: Jazzberry Jam. HEX triplet: B9, 13 and 6D. RGB value is (185,19,109). Sum of RGB (Red+Green+Blue) = 185+19+109=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9136D is #46EC92. Grayscale: #4E4E4E. Windows color (decimal): -4648083 or 7148473. OLE color: 7148473.

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

Color convert

RGB 185 19 109 -
CMYK 0 0.90 0.41 0.27
HSL 327.47º 0.81% 0.4% -
HSV(B) 327.47º 0.9% 0.73% -
XYZ 23 11.88 15.55 -
YUV 78.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 185 19 109 0 0.90 0.41 0.27 327.47 0.81 0.4
Hex B9 13 6D 0 5A 29 1B 147 51 28
Octal 271 23 155 0 132 51 33 507 121 50
Binary 10111001 10011 1101101 0 1011010 101001 11011 101000111 1010001 101000

Color Harmonies of #B9136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9136D

Black with #B9136D

Text Example


Text Example

White with #B9136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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