Html Css Color HEX #B37291 Tapestry

📋 copy color: '#B37291'

red 179 ◦ green 114 ◦ blue 145

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

Shades of Tapestry #B37291

Tints of Tapestry #B37291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 40.87%
G = 26.03%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B37291 (or 0xB37291) is known color: Tapestry. HEX triplet: B3, 72 and 91. RGB value is (179,114,145). Sum of RGB (Red+Green+Blue) = 179+114+145=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B37291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37291 is #4C8D6E. Grayscale: #888888. Windows color (decimal): -5016943 or 9532083. OLE color: 9532083.

HSL color Cylindrical-coordinate representation of color #B37291: hue angle of 331.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37291 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 145 -
CMYK 0 0.36 0.19 0.30
HSL 331.38º 0.3% 0.57% -
HSV(B) 331.38º 0.36% 0.7% -
XYZ 29.72 23.66 29.79 -
YUV 136.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 179 114 145 0 0.36 0.19 0.30 331.38 0.3 0.57
Hex B3 72 91 0 24 13 1E 14B 1E 39
Octal 263 162 221 0 44 23 36 513 36 71
Binary 10110011 1110010 10010001 0 100100 10011 11110 101001011 11110 111001

Color Harmonies of #B37291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37291

Black with #B37291

Text Example


Text Example

White with #B37291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37291; }

 p { color: rgb(179,114,145); }

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

background-color css

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

 a { background-color: rgb(179,114,145); }

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

border-color css

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

 span { border-color: rgb(179,114,145); }

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