Html Css Color HEX #B37C8E Tapestry

📋 copy color: '#B37C8E'

red 179 ◦ green 124 ◦ blue 142

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

Shades of Tapestry #B37C8E

Tints of Tapestry #B37C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 40.22%
G = 27.87%
B = 31.91%

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

#B37C8E (or 0xB37C8E) is known color: Tapestry. HEX triplet: B3, 7C and 8E. RGB value is (179,124,142). Sum of RGB (Red+Green+Blue) = 179+124+142=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C8E is #4C8371. Grayscale: #8E8E8E. Windows color (decimal): -5014386 or 9338035. OLE color: 9338035.

HSL color Cylindrical-coordinate representation of color #B37C8E: hue angle of 340.36º 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 #B37C8E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 124 142 -
CMYK 0 0.31 0.21 0.30
HSL 340.36º 0.27% 0.59% -
HSV(B) 340.36º 0.31% 0.7% -
XYZ 30.68 25.95 28.98 -
YUV 142.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 179 124 142 0 0.31 0.21 0.30 340.36 0.27 0.59
Hex B3 7C 8E 0 1F 15 1E 154 1B 3B
Octal 263 174 216 0 37 25 36 524 33 73
Binary 10110011 1111100 10001110 0 11111 10101 11110 101010100 11011 111011

Color Harmonies of #B37C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C8E

Black with #B37C8E

Text Example


Text Example

White with #B37C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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