Html Css Color HEX #B9176A Jazzberry Jam

📋 copy color: '#B9176A'

red 185 ◦ green 23 ◦ blue 106

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

Shades of Jazzberry Jam #B9176A

Tints of Jazzberry Jam #B9176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 58.92%
G = 7.32%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9176A (or 0xB9176A) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 6A. RGB value is (185,23,106). Sum of RGB (Red+Green+Blue) = 185+23+106=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9176A is #46E895. Grayscale: #505050. Windows color (decimal): -4647062 or 6952889. OLE color: 6952889.

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

Color convert

RGB 185 23 106 -
CMYK 0 0.88 0.43 0.27
HSL 329.26º 0.78% 0.41% -
HSV(B) 329.26º 0.88% 0.73% -
XYZ 22.92 11.97 14.74 -
YUV 80.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 185 23 106 0 0.88 0.43 0.27 329.26 0.78 0.41
Hex B9 17 6A 0 58 2B 1B 149 4E 29
Octal 271 27 152 0 130 53 33 511 116 51
Binary 10111001 10111 1101010 0 1011000 101011 11011 101001001 1001110 101001

Color Harmonies of #B9176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9176A

Black with #B9176A

Text Example


Text Example

White with #B9176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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