Html Css Color HEX #B1165B Jazzberry Jam

📋 copy color: '#B1165B'

red 177 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #B1165B

Tints of Jazzberry Jam #B1165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 61.03%
G = 7.59%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1165B (or 0xB1165B) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 5B. RGB value is (177,22,91). Sum of RGB (Red+Green+Blue) = 177+22+91=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1165B is #4EE9A4. Grayscale: #4C4C4C. Windows color (decimal): -5171621 or 5969585. OLE color: 5969585.

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

Color convert

RGB 177 22 91 -
CMYK 0 0.88 0.49 0.31
HSL 333.29º 0.78% 0.39% -
HSV(B) 333.29º 0.88% 0.69% -
XYZ 20.31 10.68 10.89 -
YUV 76.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 177 22 91 0 0.88 0.49 0.31 333.29 0.78 0.39
Hex B1 16 5B 0 58 31 1F 14D 4E 27
Octal 261 26 133 0 130 61 37 515 116 47
Binary 10110001 10110 1011011 0 1011000 110001 11111 101001101 1001110 100111

Color Harmonies of #B1165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1165B

Black with #B1165B

Text Example


Text Example

White with #B1165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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