Html Css Color HEX #B37D8D Tapestry

📋 copy color: '#B37D8D'

red 179 ◦ green 125 ◦ blue 141

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

Shades of Tapestry #B37D8D

Tints of Tapestry #B37D8D

RGB

 RED value IS 179 (70.31% from 255) = 40.22%

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 40.22%
G = 28.09%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B37D8D (or 0xB37D8D) is known color: Tapestry. HEX triplet: B3, 7D and 8D. RGB value is (179,125,141). Sum of RGB (Red+Green+Blue) = 179+125+141=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D8D is #4C8272. Grayscale: #8E8E8E. Windows color (decimal): -5014131 or 9272755. OLE color: 9272755.

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

Color convert

RGB 179 125 141 -
CMYK 0 0.30 0.21 0.30
HSL 342.22º 0.26% 0.6% -
HSV(B) 342.22º 0.3% 0.7% -
XYZ 30.73 26.17 28.63 -
YUV 142.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 179 125 141 0 0.30 0.21 0.30 342.22 0.26 0.6
Hex B3 7D 8D 0 1E 15 1E 156 1A 3C
Octal 263 175 215 0 36 25 36 526 32 74
Binary 10110011 1111101 10001101 0 11110 10101 11110 101010110 11010 111100

Color Harmonies of #B37D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D8D

Black with #B37D8D

Text Example


Text Example

White with #B37D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D8D; }

 p { color: rgb(179,125,141); }

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

background-color css

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

 a { background-color: rgb(179,125,141); }

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

border-color css

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

 span { border-color: rgb(179,125,141); }

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