Html Css Color HEX #B47787 Tapestry

📋 copy color: '#B47787'

red 180 ◦ green 119 ◦ blue 135

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

Shades of Tapestry #B47787

Tints of Tapestry #B47787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 41.47%
G = 27.42%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B47787 (or 0xB47787) is known color: Tapestry. HEX triplet: B4, 77 and 87. RGB value is (180,119,135). Sum of RGB (Red+Green+Blue) = 180+119+135=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47787 is #4B8878. Grayscale: #8B8B8B. Windows color (decimal): -4950137 or 8878004. OLE color: 8878004.

HSL color Cylindrical-coordinate representation of color #B47787: hue angle of 344.26º 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 #B47787 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 135 -
CMYK 0 0.34 0.25 0.29
HSL 344.26º 0.29% 0.59% -
HSV(B) 344.26º 0.34% 0.71% -
XYZ 29.79 24.65 26.11 -
YUV 139.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 180 119 135 0 0.34 0.25 0.29 344.26 0.29 0.59
Hex B4 77 87 0 22 19 1D 158 1D 3B
Octal 264 167 207 0 42 31 35 530 35 73
Binary 10110100 1110111 10000111 0 100010 11001 11101 101011000 11101 111011

Color Harmonies of #B47787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47787

Black with #B47787

Text Example


Text Example

White with #B47787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47787; }

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

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

background-color css

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

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

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

border-color css

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

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

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