Html Css Color HEX #B37E8A Tapestry

📋 copy color: '#B37E8A'

red 179 ◦ green 126 ◦ blue 138

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

Shades of Tapestry #B37E8A

Tints of Tapestry #B37E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 40.41%
G = 28.44%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B37E8A (or 0xB37E8A) is known color: Tapestry. HEX triplet: B3, 7E and 8A. RGB value is (179,126,138). Sum of RGB (Red+Green+Blue) = 179+126+138=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E8A is #4C8175. Grayscale: #8F8F8F. Windows color (decimal): -5013878 or 9076403. OLE color: 9076403.

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

Color convert

RGB 179 126 138 -
CMYK 0 0.30 0.23 0.30
HSL 346.42º 0.26% 0.6% -
HSV(B) 346.42º 0.3% 0.7% -
XYZ 30.64 26.34 27.51 -
YUV 143.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 179 126 138 0 0.30 0.23 0.30 346.42 0.26 0.6
Hex B3 7E 8A 0 1E 17 1E 15A 1A 3C
Octal 263 176 212 0 36 27 36 532 32 74
Binary 10110011 1111110 10001010 0 11110 10111 11110 101011010 11010 111100

Color Harmonies of #B37E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E8A

Black with #B37E8A

Text Example


Text Example

White with #B37E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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