Html Css Color HEX #B11270 Jazzberry Jam

📋 copy color: '#B11270'

red 177 ◦ green 18 ◦ blue 112

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

Shades of Jazzberry Jam #B11270

Tints of Jazzberry Jam #B11270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 57.65%
G = 5.86%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B11270 (or 0xB11270) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 70. RGB value is (177,18,112). Sum of RGB (Red+Green+Blue) = 177+18+112=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B11270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11270 is #4EED8F. Grayscale: #4C4C4C. Windows color (decimal): -5172624 or 7344817. OLE color: 7344817.

HSL color Cylindrical-coordinate representation of color #B11270: hue angle of 324.53º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11270 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 112 -
CMYK 0 0.90 0.37 0.31
HSL 324.53º 0.82% 0.38% -
HSV(B) 324.53º 0.9% 0.69% -
XYZ 21.27 10.95 16.32 -
YUV 76.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 177 18 112 0 0.90 0.37 0.31 324.53 0.82 0.38
Hex B1 12 70 0 5A 25 1F 145 52 26
Octal 261 22 160 0 132 45 37 505 122 46
Binary 10110001 10010 1110000 0 1011010 100101 11111 101000101 1010010 100110

Color Harmonies of #B11270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11270

Black with #B11270

Text Example


Text Example

White with #B11270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11270; }

 p { color: rgb(177,18,112); }

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

background-color css

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

 a { background-color: rgb(177,18,112); }

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

border-color css

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

 span { border-color: rgb(177,18,112); }

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