Html Css Color HEX #B11763 Jazzberry Jam

📋 copy color: '#B11763'

red 177 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #B11763

Tints of Jazzberry Jam #B11763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 59.2%
G = 7.69%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B11763 (or 0xB11763) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 63. RGB value is (177,23,99). Sum of RGB (Red+Green+Blue) = 177+23+99=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B11763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11763 is #4EE89C. Grayscale: #4D4D4D. Windows color (decimal): -5171357 or 6494129. OLE color: 6494129.

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

Color convert

RGB 177 23 99 -
CMYK 0 0.87 0.44 0.31
HSL 330.39º 0.77% 0.39% -
HSV(B) 330.39º 0.87% 0.69% -
XYZ 20.69 10.86 12.81 -
YUV 77.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 177 23 99 0 0.87 0.44 0.31 330.39 0.77 0.39
Hex B1 17 63 0 57 2C 1F 14A 4D 27
Octal 261 27 143 0 127 54 37 512 115 47
Binary 10110001 10111 1100011 0 1010111 101100 11111 101001010 1001101 100111

Color Harmonies of #B11763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11763

Black with #B11763

Text Example


Text Example

White with #B11763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11763; }

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

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

background-color css

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

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

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

border-color css

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

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

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