Html Css Color HEX #B18586 Tapestry

📋 copy color: '#B18586'

red 177 ◦ green 133 ◦ blue 134

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

Shades of Tapestry #B18586

Tints of Tapestry #B18586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.95%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 39.86%
G = 29.95%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B18586 (or 0xB18586) is known color: Tapestry. HEX triplet: B1, 85 and 86. RGB value is (177,133,134). Sum of RGB (Red+Green+Blue) = 177+133+134=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18586 is #4E7A79. Grayscale: #929292. Windows color (decimal): -5143162 or 8816049. OLE color: 8816049.

HSL color Cylindrical-coordinate representation of color #B18586: hue angle of 358.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18586 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 134 -
CMYK 0 0.25 0.24 0.31
HSL 358.64º 0.22% 0.61% -
HSV(B) 358.64º 0.25% 0.69% -
XYZ 30.82 27.84 26.3 -
YUV 146.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 177 133 134 0 0.25 0.24 0.31 358.64 0.22 0.61
Hex B1 85 86 0 19 18 1F 167 16 3D
Octal 261 205 206 0 31 30 37 547 26 75
Binary 10110001 10000101 10000110 0 11001 11000 11111 101100111 10110 111101

Color Harmonies of #B18586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18586

Black with #B18586

Text Example


Text Example

White with #B18586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18586; }

 p { color: rgb(177,133,134); }

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

background-color css

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

 a { background-color: rgb(177,133,134); }

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

border-color css

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

 span { border-color: rgb(177,133,134); }

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