Html Css Color HEX #B37B8E Tapestry

📋 copy color: '#B37B8E'

red 179 ◦ green 123 ◦ blue 142

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

Shades of Tapestry #B37B8E

Tints of Tapestry #B37B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

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

R = 40.32%
G = 27.7%
B = 31.98%

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

#B37B8E (or 0xB37B8E) is known color: Tapestry. HEX triplet: B3, 7B and 8E. RGB value is (179,123,142). Sum of RGB (Red+Green+Blue) = 179+123+142=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B8E is #4C8471. Grayscale: #8D8D8D. Windows color (decimal): -5014642 or 9337779. OLE color: 9337779.

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

Color convert

RGB 179 123 142 -
CMYK 0 0.31 0.21 0.30
HSL 339.64º 0.27% 0.59% -
HSV(B) 339.64º 0.31% 0.7% -
XYZ 30.56 25.7 28.94 -
YUV 141.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 179 123 142 0 0.31 0.21 0.30 339.64 0.27 0.59
Hex B3 7B 8E 0 1F 15 1E 154 1B 3B
Octal 263 173 216 0 37 25 36 524 33 73
Binary 10110011 1111011 10001110 0 11111 10101 11110 101010100 11011 111011

Color Harmonies of #B37B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B8E

Black with #B37B8E

Text Example


Text Example

White with #B37B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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