Html Css Color HEX #B16079 Tapestry

📋 copy color: '#B16079'

red 177 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #B16079

Tints of Tapestry #B16079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 44.92%
G = 24.37%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16079 (or 0xB16079) is known color: Tapestry. HEX triplet: B1, 60 and 79. RGB value is (177,96,121). Sum of RGB (Red+Green+Blue) = 177+96+121=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16079 is #4E9F86. Grayscale: #7B7B7B. Windows color (decimal): -5152647 or 7954609. OLE color: 7954609.

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

Color convert

RGB 177 96 121 -
CMYK 0 0.46 0.32 0.31
HSL 341.48º 0.34% 0.54% -
HSV(B) 341.48º 0.46% 0.69% -
XYZ 25.77 19.09 20.42 -
YUV 123.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 177 96 121 0 0.46 0.32 0.31 341.48 0.34 0.54
Hex B1 60 79 0 2E 20 1F 155 22 36
Octal 261 140 171 0 56 40 37 525 42 66
Binary 10110001 1100000 1111001 0 101110 100000 11111 101010101 100010 110110

Color Harmonies of #B16079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16079

Black with #B16079

Text Example


Text Example

White with #B16079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16079; }

 p { color: rgb(177,96,121); }

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

background-color css

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

 a { background-color: rgb(177,96,121); }

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

border-color css

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

 span { border-color: rgb(177,96,121); }

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