Html Css Color HEX #B16778 Tapestry

📋 copy color: '#B16778'

red 177 ◦ green 103 ◦ blue 120

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

Shades of Tapestry #B16778

Tints of Tapestry #B16778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

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

R = 44.25%
G = 25.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16778 (or 0xB16778) is known color: Tapestry. HEX triplet: B1, 67 and 78. RGB value is (177,103,120). Sum of RGB (Red+Green+Blue) = 177+103+120=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B16778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16778 is #4E9887. Grayscale: #7F7F7F. Windows color (decimal): -5150856 or 7890865. OLE color: 7890865.

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

Color convert

RGB 177 103 120 -
CMYK 0 0.42 0.32 0.31
HSL 346.22º 0.32% 0.55% -
HSV(B) 346.22º 0.42% 0.69% -
XYZ 26.37 20.4 20.32 -
YUV 127.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 177 103 120 0 0.42 0.32 0.31 346.22 0.32 0.55
Hex B1 67 78 0 2A 20 1F 15A 20 37
Octal 261 147 170 0 52 40 37 532 40 67
Binary 10110001 1100111 1111000 0 101010 100000 11111 101011010 100000 110111

Color Harmonies of #B16778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16778

Black with #B16778

Text Example


Text Example

White with #B16778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16778; }

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

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

background-color css

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

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

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

border-color css

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

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

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