Html Css Color HEX #B16178 Tapestry

📋 copy color: '#B16178'

red 177 ◦ green 97 ◦ blue 120

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

Shades of Tapestry #B16178

Tints of Tapestry #B16178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 44.92%
G = 24.62%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16178 (or 0xB16178) is known color: Tapestry. HEX triplet: B1, 61 and 78. RGB value is (177,97,120). Sum of RGB (Red+Green+Blue) = 177+97+120=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16178 is #4E9E87. Grayscale: #7B7B7B. Windows color (decimal): -5152392 or 7889329. OLE color: 7889329.

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

Color convert

RGB 177 97 120 -
CMYK 0 0.45 0.32 0.31
HSL 342.75º 0.34% 0.54% -
HSV(B) 342.75º 0.45% 0.69% -
XYZ 25.8 19.25 20.13 -
YUV 123.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 177 97 120 0 0.45 0.32 0.31 342.75 0.34 0.54
Hex B1 61 78 0 2D 20 1F 157 22 36
Octal 261 141 170 0 55 40 37 527 42 66
Binary 10110001 1100001 1111000 0 101101 100000 11111 101010111 100010 110110

Color Harmonies of #B16178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16178

Black with #B16178

Text Example


Text Example

White with #B16178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16178; }

 p { color: rgb(177,97,120); }

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

background-color css

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

 a { background-color: rgb(177,97,120); }

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

border-color css

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

 span { border-color: rgb(177,97,120); }

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