Html Css Color HEX #B1176D Jazzberry Jam

📋 copy color: '#B1176D'

red 177 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #B1176D

Tints of Jazzberry Jam #B1176D

RGB

 RED value IS 177 (69.53% from 255) = 57.28%

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

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

R = 57.28%
G = 7.44%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1176D (or 0xB1176D) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 6D. RGB value is (177,23,109). Sum of RGB (Red+Green+Blue) = 177+23+109=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1176D is #4EE892. Grayscale: #4E4E4E. Windows color (decimal): -5171347 or 7149489. OLE color: 7149489.

HSL color Cylindrical-coordinate representation of color #B1176D: hue angle of 326.49º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1176D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 109 -
CMYK 0 0.87 0.38 0.31
HSL 326.49º 0.77% 0.39% -
HSV(B) 326.49º 0.87% 0.69% -
XYZ 21.2 11.06 15.49 -
YUV 78.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 177 23 109 0 0.87 0.38 0.31 326.49 0.77 0.39
Hex B1 17 6D 0 57 26 1F 146 4D 27
Octal 261 27 155 0 127 46 37 506 115 47
Binary 10110001 10111 1101101 0 1010111 100110 11111 101000110 1001101 100111

Color Harmonies of #B1176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1176D

Black with #B1176D

Text Example


Text Example

White with #B1176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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