Html Css Color HEX #B1185B Jazzberry Jam

📋 copy color: '#B1185B'

red 177 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #B1185B

Tints of Jazzberry Jam #B1185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

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

R = 60.62%
G = 8.22%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1185B (or 0xB1185B) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 5B. RGB value is (177,24,91). Sum of RGB (Red+Green+Blue) = 177+24+91=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1185B is #4EE7A4. Grayscale: #4D4D4D. Windows color (decimal): -5171109 or 5970097. OLE color: 5970097.

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

Color convert

RGB 177 24 91 -
CMYK 0 0.86 0.49 0.31
HSL 333.73º 0.76% 0.39% -
HSV(B) 333.73º 0.86% 0.69% -
XYZ 20.35 10.76 10.9 -
YUV 77.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 177 24 91 0 0.86 0.49 0.31 333.73 0.76 0.39
Hex B1 18 5B 0 56 31 1F 14E 4C 27
Octal 261 30 133 0 126 61 37 516 114 47
Binary 10110001 11000 1011011 0 1010110 110001 11111 101001110 1001100 100111

Color Harmonies of #B1185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1185B

Black with #B1185B

Text Example


Text Example

White with #B1185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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