Html Css Color HEX #B48391 Tapestry

📋 copy color: '#B48391'

red 180 ◦ green 131 ◦ blue 145

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

Shades of Tapestry #B48391

Tints of Tapestry #B48391

RGB

 RED value IS 180 (70.7% from 255) = 39.47%

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 39.47%
G = 28.73%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B48391 (or 0xB48391) is known color: Tapestry. HEX triplet: B4, 83 and 91. RGB value is (180,131,145). Sum of RGB (Red+Green+Blue) = 180+131+145=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B48391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48391 is #4B7C6E. Grayscale: #939393. Windows color (decimal): -4947055 or 9536436. OLE color: 9536436.

HSL color Cylindrical-coordinate representation of color #B48391: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B48391 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 145 -
CMYK 0 0.27 0.19 0.29
HSL 342.86º 0.25% 0.61% -
HSV(B) 342.86º 0.27% 0.71% -
XYZ 32.05 27.98 30.5 -
YUV 147.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 180 131 145 0 0.27 0.19 0.29 342.86 0.25 0.61
Hex B4 83 91 0 1B 13 1D 157 19 3D
Octal 264 203 221 0 33 23 35 527 31 75
Binary 10110100 10000011 10010001 0 11011 10011 11101 101010111 11001 111101

Color Harmonies of #B48391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48391

Black with #B48391

Text Example


Text Example

White with #B48391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48391; }

 p { color: rgb(180,131,145); }

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

background-color css

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

 a { background-color: rgb(180,131,145); }

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

border-color css

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

 span { border-color: rgb(180,131,145); }

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