Html Css Color HEX #B11A64 Jazzberry Jam

📋 copy color: '#B11A64'

red 177 ◦ green 26 ◦ blue 100

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

Shades of Jazzberry Jam #B11A64

Tints of Jazzberry Jam #B11A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 58.42%
G = 8.58%
B = 33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B11A64 (or 0xB11A64) is known color: Jazzberry Jam. HEX triplet: B1, 1A and 64. RGB value is (177,26,100). Sum of RGB (Red+Green+Blue) = 177+26+100=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A64 is #4EE59B. Grayscale: #4F4F4F. Windows color (decimal): -5170588 or 6560433. OLE color: 6560433.

HSL color Cylindrical-coordinate representation of color #B11A64: hue angle of 330.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A64 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 100 -
CMYK 0 0.85 0.44 0.31
HSL 330.6º 0.74% 0.4% -
HSV(B) 330.6º 0.85% 0.69% -
XYZ 20.8 11.01 13.08 -
YUV 79.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 177 26 100 0 0.85 0.44 0.31 330.6 0.74 0.4
Hex B1 1A 64 0 55 2C 1F 14B 4A 28
Octal 261 32 144 0 125 54 37 513 112 50
Binary 10110001 11010 1100100 0 1010101 101100 11111 101001011 1001010 101000

Color Harmonies of #B11A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A64

Black with #B11A64

Text Example


Text Example

White with #B11A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A64; }

 p { color: rgb(177,26,100); }

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

background-color css

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

 a { background-color: rgb(177,26,100); }

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

border-color css

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

 span { border-color: rgb(177,26,100); }

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