Html Css Color HEX #B16477 Tapestry

📋 copy color: '#B16477'

red 177 ◦ green 100 ◦ blue 119

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

Shades of Tapestry #B16477

Tints of Tapestry #B16477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 44.7%
G = 25.25%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16477 (or 0xB16477) is known color: Tapestry. HEX triplet: B1, 64 and 77. RGB value is (177,100,119). Sum of RGB (Red+Green+Blue) = 177+100+119=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B16477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16477 is #4E9B88. Grayscale: #7D7D7D. Windows color (decimal): -5151625 or 7824561. OLE color: 7824561.

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

Color convert

RGB 177 100 119 -
CMYK 0 0.44 0.33 0.31
HSL 345.19º 0.33% 0.54% -
HSV(B) 345.19º 0.44% 0.69% -
XYZ 26.02 19.79 19.9 -
YUV 125.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 177 100 119 0 0.44 0.33 0.31 345.19 0.33 0.54
Hex B1 64 77 0 2C 21 1F 159 21 36
Octal 261 144 167 0 54 41 37 531 41 66
Binary 10110001 1100100 1110111 0 101100 100001 11111 101011001 100001 110110

Color Harmonies of #B16477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16477

Black with #B16477

Text Example


Text Example

White with #B16477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16477; }

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

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

background-color css

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

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

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

border-color css

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

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

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