Html Css Color HEX #B18393 Tapestry

📋 copy color: '#B18393'

red 177 ◦ green 131 ◦ blue 147

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

Shades of Tapestry #B18393

Tints of Tapestry #B18393

RGB

 RED value IS 177 (69.53% from 255) = 38.9%

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

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 38.9%
G = 28.79%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B18393 (or 0xB18393) is known color: Tapestry. HEX triplet: B1, 83 and 93. RGB value is (177,131,147). Sum of RGB (Red+Green+Blue) = 177+131+147=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B18393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18393 is #4E7C6C. Grayscale: #929292. Windows color (decimal): -5143661 or 9667505. OLE color: 9667505.

HSL color Cylindrical-coordinate representation of color #B18393: hue angle of 339.13º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18393 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 147 -
CMYK 0 0.26 0.17 0.31
HSL 339.13º 0.23% 0.6% -
HSV(B) 339.13º 0.26% 0.69% -
XYZ 31.51 27.69 31.29 -
YUV 146.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 177 131 147 0 0.26 0.17 0.31 339.13 0.23 0.6
Hex B1 83 93 0 1A 11 1F 153 17 3C
Octal 261 203 223 0 32 21 37 523 27 74
Binary 10110001 10000011 10010011 0 11010 10001 11111 101010011 10111 111100

Color Harmonies of #B18393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18393

Black with #B18393

Text Example


Text Example

White with #B18393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18393; }

 p { color: rgb(177,131,147); }

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

background-color css

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

 a { background-color: rgb(177,131,147); }

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

border-color css

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

 span { border-color: rgb(177,131,147); }

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