Html Css Color HEX #B1175A Jazzberry Jam

📋 copy color: '#B1175A'

red 177 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #B1175A

Tints of Jazzberry Jam #B1175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 61.03%
G = 7.93%
B = 31.03%

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

#B1175A (or 0xB1175A) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 5A. RGB value is (177,23,90). Sum of RGB (Red+Green+Blue) = 177+23+90=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1175A is #4EE8A5. Grayscale: #4C4C4C. Windows color (decimal): -5171366 or 5904305. OLE color: 5904305.

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

Color convert

RGB 177 23 90 -
CMYK 0 0.87 0.49 0.31
HSL 333.9º 0.77% 0.39% -
HSV(B) 333.9º 0.87% 0.69% -
XYZ 20.28 10.7 10.67 -
YUV 76.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 177 23 90 0 0.87 0.49 0.31 333.9 0.77 0.39
Hex B1 17 5A 0 57 31 1F 14E 4D 27
Octal 261 27 132 0 127 61 37 516 115 47
Binary 10110001 10111 1011010 0 1010111 110001 11111 101001110 1001101 100111

Color Harmonies of #B1175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1175A

Black with #B1175A

Text Example


Text Example

White with #B1175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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