Html Css Color HEX #B46777 Tapestry

📋 copy color: '#B46777'

red 180 ◦ green 103 ◦ blue 119

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

Shades of Tapestry #B46777

Tints of Tapestry #B46777

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

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

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

R = 44.78%
G = 25.62%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B46777 (or 0xB46777) is known color: Tapestry. HEX triplet: B4, 67 and 77. RGB value is (180,103,119). Sum of RGB (Red+Green+Blue) = 180+103+119=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B46777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46777 is #4B9888. Grayscale: #7F7F7F. Windows color (decimal): -4954249 or 7825332. OLE color: 7825332.

HSL color Cylindrical-coordinate representation of color #B46777: hue angle of 347.53º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46777 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 119 -
CMYK 0 0.43 0.34 0.29
HSL 347.53º 0.34% 0.55% -
HSV(B) 347.53º 0.43% 0.71% -
XYZ 27 20.74 20.03 -
YUV 127.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 180 103 119 0 0.43 0.34 0.29 347.53 0.34 0.55
Hex B4 67 77 0 2B 22 1D 15C 22 37
Octal 264 147 167 0 53 42 35 534 42 67
Binary 10110100 1100111 1110111 0 101011 100010 11101 101011100 100010 110111

Color Harmonies of #B46777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46777

Black with #B46777

Text Example


Text Example

White with #B46777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46777; }

 p { color: rgb(180,103,119); }

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

background-color css

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

 a { background-color: rgb(180,103,119); }

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

border-color css

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

 span { border-color: rgb(180,103,119); }

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