Html Css Color HEX #B37A8D Tapestry

📋 copy color: '#B37A8D'

red 179 ◦ green 122 ◦ blue 141

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

Shades of Tapestry #B37A8D

Tints of Tapestry #B37A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 40.5%
G = 27.6%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B37A8D (or 0xB37A8D) is known color: Tapestry. HEX triplet: B3, 7A and 8D. RGB value is (179,122,141). Sum of RGB (Red+Green+Blue) = 179+122+141=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A8D is #4C8572. Grayscale: #8D8D8D. Windows color (decimal): -5014899 or 9271987. OLE color: 9271987.

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

Color convert

RGB 179 122 141 -
CMYK 0 0.32 0.21 0.30
HSL 340º 0.27% 0.59% -
HSV(B) 340º 0.32% 0.7% -
XYZ 30.36 25.43 28.51 -
YUV 141.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 179 122 141 0 0.32 0.21 0.30 340 0.27 0.59
Hex B3 7A 8D 0 20 15 1E 154 1B 3B
Octal 263 172 215 0 40 25 36 524 33 73
Binary 10110011 1111010 10001101 0 100000 10101 11110 101010100 11011 111011

Color Harmonies of #B37A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A8D

Black with #B37A8D

Text Example


Text Example

White with #B37A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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