Html Css Color HEX #B47782 Tapestry

📋 copy color: '#B47782'

red 180 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #B47782

Tints of Tapestry #B47782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 41.96%
G = 27.74%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B47782 (or 0xB47782) is known color: Tapestry. HEX triplet: B4, 77 and 82. RGB value is (180,119,130). Sum of RGB (Red+Green+Blue) = 180+119+130=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47782 is #4B887D. Grayscale: #8A8A8A. Windows color (decimal): -4950142 or 8550324. OLE color: 8550324.

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

Color convert

RGB 180 119 130 -
CMYK 0 0.34 0.28 0.29
HSL 349.18º 0.29% 0.59% -
HSV(B) 349.18º 0.34% 0.71% -
XYZ 29.45 24.51 24.3 -
YUV 138.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 180 119 130 0 0.34 0.28 0.29 349.18 0.29 0.59
Hex B4 77 82 0 22 1C 1D 15D 1D 3B
Octal 264 167 202 0 42 34 35 535 35 73
Binary 10110100 1110111 10000010 0 100010 11100 11101 101011101 11101 111011

Color Harmonies of #B47782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47782

Black with #B47782

Text Example


Text Example

White with #B47782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47782; }

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

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

background-color css

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

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

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

border-color css

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

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

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