Html Css Color HEX #B47E85 Tapestry

📋 copy color: '#B47E85'

red 180 ◦ green 126 ◦ blue 133

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

Shades of Tapestry #B47E85

Tints of Tapestry #B47E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 133 (52.34% from 255) = 30.3%

R = 41%
G = 28.7%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47E85 (or 0xB47E85) is known color: Tapestry. HEX triplet: B4, 7E and 85. RGB value is (180,126,133). Sum of RGB (Red+Green+Blue) = 180+126+133=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E85 is #4B817A. Grayscale: #8E8E8E. Windows color (decimal): -4948347 or 8748724. OLE color: 8748724.

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

Color convert

RGB 180 126 133 -
CMYK 0 0.3 0.26 0.29
HSL 352.22º 0.26% 0.6% -
HSV(B) 352.22º 0.3% 0.71% -
XYZ 30.52 26.32 25.66 -
YUV 142.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 180 126 133 0 0.3 0.26 0.29 352.22 0.26 0.6
Hex B4 7E 85 0 1E 1A 1D 160 1A 3C
Octal 264 176 205 0 36 32 35 540 32 74
Binary 10110100 1111110 10000101 0 11110 11010 11101 101100000 11010 111100

Color Harmonies of #B47E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E85

Black with #B47E85

Text Example


Text Example

White with #B47E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E85; }

 p { color: rgb(180,126,133); }

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

background-color css

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

 a { background-color: rgb(180,126,133); }

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

border-color css

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

 span { border-color: rgb(180,126,133); }

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