Html Css Color HEX #B37E8C Tapestry

📋 copy color: '#B37E8C'

red 179 ◦ green 126 ◦ blue 140

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

Shades of Tapestry #B37E8C

Tints of Tapestry #B37E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 40.22%
G = 28.31%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B37E8C (or 0xB37E8C) is known color: Tapestry. HEX triplet: B3, 7E and 8C. RGB value is (179,126,140). Sum of RGB (Red+Green+Blue) = 179+126+140=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E8C is #4C8173. Grayscale: #8F8F8F. Windows color (decimal): -5013876 or 9207475. OLE color: 9207475.

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

Color convert

RGB 179 126 140 -
CMYK 0 0.30 0.22 0.30
HSL 344.15º 0.26% 0.6% -
HSV(B) 344.15º 0.3% 0.7% -
XYZ 30.78 26.4 28.28 -
YUV 143.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 179 126 140 0 0.30 0.22 0.30 344.15 0.26 0.6
Hex B3 7E 8C 0 1E 16 1E 158 1A 3C
Octal 263 176 214 0 36 26 36 530 32 74
Binary 10110011 1111110 10001100 0 11110 10110 11110 101011000 11010 111100

Color Harmonies of #B37E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E8C

Black with #B37E8C

Text Example


Text Example

White with #B37E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E8C; }

 p { color: rgb(179,126,140); }

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

background-color css

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

 a { background-color: rgb(179,126,140); }

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

border-color css

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

 span { border-color: rgb(179,126,140); }

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