Html Css Color HEX #B47786 Tapestry

📋 copy color: '#B47786'

red 180 ◦ green 119 ◦ blue 134

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

Shades of Tapestry #B47786

Tints of Tapestry #B47786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 41.57%
G = 27.48%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47786 (or 0xB47786) is known color: Tapestry. HEX triplet: B4, 77 and 86. RGB value is (180,119,134). Sum of RGB (Red+Green+Blue) = 180+119+134=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47786 is #4B8879. Grayscale: #8A8A8A. Windows color (decimal): -4950138 or 8812468. OLE color: 8812468.

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

Color convert

RGB 180 119 134 -
CMYK 0 0.34 0.26 0.29
HSL 345.25º 0.29% 0.59% -
HSV(B) 345.25º 0.34% 0.71% -
XYZ 29.72 24.62 25.74 -
YUV 138.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 180 119 134 0 0.34 0.26 0.29 345.25 0.29 0.59
Hex B4 77 86 0 22 1A 1D 159 1D 3B
Octal 264 167 206 0 42 32 35 531 35 73
Binary 10110100 1110111 10000110 0 100010 11010 11101 101011001 11101 111011

Color Harmonies of #B47786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47786

Black with #B47786

Text Example


Text Example

White with #B47786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47786; }

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

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

background-color css

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

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

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

border-color css

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

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

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