Html Css Color HEX #B1176B Jazzberry Jam

📋 copy color: '#B1176B'

red 177 ◦ green 23 ◦ blue 107

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

Shades of Jazzberry Jam #B1176B

Tints of Jazzberry Jam #B1176B

RGB

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

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

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

R = 57.65%
G = 7.49%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1176B (or 0xB1176B) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 6B. RGB value is (177,23,107). Sum of RGB (Red+Green+Blue) = 177+23+107=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1176B is #4EE894. Grayscale: #4E4E4E. Windows color (decimal): -5171349 or 7018417. OLE color: 7018417.

HSL color Cylindrical-coordinate representation of color #B1176B: hue angle of 327.27º 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 #B1176B is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 107 -
CMYK 0 0.87 0.40 0.31
HSL 327.27º 0.77% 0.39% -
HSV(B) 327.27º 0.87% 0.69% -
XYZ 21.09 11.02 14.93 -
YUV 78.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 177 23 107 0 0.87 0.40 0.31 327.27 0.77 0.39
Hex B1 17 6B 0 57 28 1F 147 4D 27
Octal 261 27 153 0 127 50 37 507 115 47
Binary 10110001 10111 1101011 0 1010111 101000 11111 101000111 1001101 100111

Color Harmonies of #B1176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1176B

Black with #B1176B

Text Example


Text Example

White with #B1176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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