Html Css Color HEX #B1175B Jazzberry Jam

📋 copy color: '#B1175B'

red 177 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #B1175B

Tints of Jazzberry Jam #B1175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 60.82%
G = 7.9%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1175B (or 0xB1175B) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 5B. RGB value is (177,23,91). Sum of RGB (Red+Green+Blue) = 177+23+91=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1175B is #4EE8A4. Grayscale: #4C4C4C. Windows color (decimal): -5171365 or 5969841. OLE color: 5969841.

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

Color convert

RGB 177 23 91 -
CMYK 0 0.87 0.49 0.31
HSL 333.51º 0.77% 0.39% -
HSV(B) 333.51º 0.87% 0.69% -
XYZ 20.33 10.72 10.89 -
YUV 76.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 177 23 91 0 0.87 0.49 0.31 333.51 0.77 0.39
Hex B1 17 5B 0 57 31 1F 14E 4D 27
Octal 261 27 133 0 127 61 37 516 115 47
Binary 10110001 10111 1011011 0 1010111 110001 11111 101001110 1001101 100111

Color Harmonies of #B1175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1175B

Black with #B1175B

Text Example


Text Example

White with #B1175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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