Html Css Color HEX #B47883 Tapestry

📋 copy color: '#B47883'

red 180 ◦ green 120 ◦ blue 131

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

Shades of Tapestry #B47883

Tints of Tapestry #B47883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 41.76%
G = 27.84%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B47883 (or 0xB47883) is known color: Tapestry. HEX triplet: B4, 78 and 83. RGB value is (180,120,131). Sum of RGB (Red+Green+Blue) = 180+120+131=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47883 is #4B877C. Grayscale: #8B8B8B. Windows color (decimal): -4949885 or 8616116. OLE color: 8616116.

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

Color convert

RGB 180 120 131 -
CMYK 0 0.33 0.27 0.29
HSL 349º 0.29% 0.59% -
HSV(B) 349º 0.33% 0.71% -
XYZ 29.64 24.77 24.69 -
YUV 139.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 180 120 131 0 0.33 0.27 0.29 349 0.29 0.59
Hex B4 78 83 0 21 1B 1D 15D 1D 3B
Octal 264 170 203 0 41 33 35 535 35 73
Binary 10110100 1111000 10000011 0 100001 11011 11101 101011101 11101 111011

Color Harmonies of #B47883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47883

Black with #B47883

Text Example


Text Example

White with #B47883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47883; }

 p { color: rgb(180,120,131); }

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

background-color css

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

 a { background-color: rgb(180,120,131); }

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

border-color css

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

 span { border-color: rgb(180,120,131); }

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