Html Css Color HEX #B37C8D Tapestry

📋 copy color: '#B37C8D'

red 179 ◦ green 124 ◦ blue 141

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

Shades of Tapestry #B37C8D

Tints of Tapestry #B37C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 40.32%
G = 27.93%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B37C8D (or 0xB37C8D) is known color: Tapestry. HEX triplet: B3, 7C and 8D. RGB value is (179,124,141). Sum of RGB (Red+Green+Blue) = 179+124+141=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C8D is #4C8372. Grayscale: #8E8E8E. Windows color (decimal): -5014387 or 9272499. OLE color: 9272499.

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

Color convert

RGB 179 124 141 -
CMYK 0 0.31 0.21 0.30
HSL 341.45º 0.27% 0.59% -
HSV(B) 341.45º 0.31% 0.7% -
XYZ 30.61 25.92 28.59 -
YUV 142.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 179 124 141 0 0.31 0.21 0.30 341.45 0.27 0.59
Hex B3 7C 8D 0 1F 15 1E 155 1B 3B
Octal 263 174 215 0 37 25 36 525 33 73
Binary 10110011 1111100 10001101 0 11111 10101 11110 101010101 11011 111011

Color Harmonies of #B37C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C8D

Black with #B37C8D

Text Example


Text Example

White with #B37C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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