Html Css Color HEX #B11758 Jazzberry Jam

📋 copy color: '#B11758'

red 177 ◦ green 23 ◦ blue 88

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

Shades of Jazzberry Jam #B11758

Tints of Jazzberry Jam #B11758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 61.46%
G = 7.99%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B11758 (or 0xB11758) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 58. RGB value is (177,23,88). Sum of RGB (Red+Green+Blue) = 177+23+88=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B11758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11758 is #4EE8A7. Grayscale: #4C4C4C. Windows color (decimal): -5171368 or 5773233. OLE color: 5773233.

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

Color convert

RGB 177 23 88 -
CMYK 0 0.87 0.50 0.31
HSL 334.68º 0.77% 0.39% -
HSV(B) 334.68º 0.87% 0.69% -
XYZ 20.2 10.66 10.23 -
YUV 76.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 177 23 88 0 0.87 0.50 0.31 334.68 0.77 0.39
Hex B1 17 58 0 57 32 1F 14F 4D 27
Octal 261 27 130 0 127 62 37 517 115 47
Binary 10110001 10111 1011000 0 1010111 110010 11111 101001111 1001101 100111

Color Harmonies of #B11758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11758

Black with #B11758

Text Example


Text Example

White with #B11758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11758; }

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

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

background-color css

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

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

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

border-color css

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

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

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