Html Css Color HEX #B9176D Jazzberry Jam

📋 copy color: '#B9176D'

red 185 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #B9176D

Tints of Jazzberry Jam #B9176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 58.36%
G = 7.26%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9176D (or 0xB9176D) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 6D. RGB value is (185,23,109). Sum of RGB (Red+Green+Blue) = 185+23+109=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9176D is #46E892. Grayscale: #515151. Windows color (decimal): -4647059 or 7149497. OLE color: 7149497.

HSL color Cylindrical-coordinate representation of color #B9176D: hue angle of 328.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9176D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 109 -
CMYK 0 0.88 0.41 0.27
HSL 328.15º 0.78% 0.41% -
HSV(B) 328.15º 0.88% 0.73% -
XYZ 23.07 12.03 15.57 -
YUV 81.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 185 23 109 0 0.88 0.41 0.27 328.15 0.78 0.41
Hex B9 17 6D 0 58 29 1B 148 4E 29
Octal 271 27 155 0 130 51 33 510 116 51
Binary 10111001 10111 1101101 0 1011000 101001 11011 101001000 1001110 101001

Color Harmonies of #B9176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9176D

Black with #B9176D

Text Example


Text Example

White with #B9176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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