Html Css Color HEX #B11053 Jazzberry Jam

📋 copy color: '#B11053'

red 177 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #B11053

Tints of Jazzberry Jam #B11053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 64.13%
G = 5.8%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B11053 (or 0xB11053) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 53. RGB value is (177,16,83). Sum of RGB (Red+Green+Blue) = 177+16+83=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B11053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11053 is #4EEFAC. Grayscale: #474747. Windows color (decimal): -5173165 or 5443761. OLE color: 5443761.

HSL color Cylindrical-coordinate representation of color #B11053: hue angle of 335.03º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11053 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 16 83 -
CMYK 0 0.91 0.53 0.31
HSL 335.03º 0.83% 0.38% -
HSV(B) 335.03º 0.91% 0.69% -
XYZ 19.88 10.34 9.13 -
YUV 71.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 177 16 83 0 0.91 0.53 0.31 335.03 0.83 0.38
Hex B1 10 53 0 5B 35 1F 14F 53 26
Octal 261 20 123 0 133 65 37 517 123 46
Binary 10110001 10000 1010011 0 1011011 110101 11111 101001111 1010011 100110

Color Harmonies of #B11053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11053

Black with #B11053

Text Example


Text Example

White with #B11053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11053; }

 p { color: rgb(177,16,83); }

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

background-color css

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

 a { background-color: rgb(177,16,83); }

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

border-color css

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

 span { border-color: rgb(177,16,83); }

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