Html Css Color HEX #B11757 Jazzberry Jam

📋 copy color: '#B11757'

red 177 ◦ green 23 ◦ blue 87

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

Shades of Jazzberry Jam #B11757

Tints of Jazzberry Jam #B11757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 61.67%
G = 8.01%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B11757 (or 0xB11757) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 57. RGB value is (177,23,87). Sum of RGB (Red+Green+Blue) = 177+23+87=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B11757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11757 is #4EE8A8. Grayscale: #4C4C4C. Windows color (decimal): -5171369 or 5707697. OLE color: 5707697.

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

Color convert

RGB 177 23 87 -
CMYK 0 0.87 0.51 0.31
HSL 335.06º 0.77% 0.39% -
HSV(B) 335.06º 0.87% 0.69% -
XYZ 20.16 10.65 10.01 -
YUV 76.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 177 23 87 0 0.87 0.51 0.31 335.06 0.77 0.39
Hex B1 17 57 0 57 33 1F 14F 4D 27
Octal 261 27 127 0 127 63 37 517 115 47
Binary 10110001 10111 1010111 0 1010111 110011 11111 101001111 1001101 100111

Color Harmonies of #B11757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11757

Black with #B11757

Text Example


Text Example

White with #B11757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11757; }

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

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

background-color css

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

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

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

border-color css

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

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

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