Html Css Color HEX #B18293 Tapestry

📋 copy color: '#B18293'

red 177 ◦ green 130 ◦ blue 147

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

Shades of Tapestry #B18293

Tints of Tapestry #B18293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

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

R = 38.99%
G = 28.63%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B18293 (or 0xB18293) is known color: Tapestry. HEX triplet: B1, 82 and 93. RGB value is (177,130,147). Sum of RGB (Red+Green+Blue) = 177+130+147=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B18293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18293 is #4E7D6C. Grayscale: #919191. Windows color (decimal): -5143917 or 9667249. OLE color: 9667249.

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

Color convert

RGB 177 130 147 -
CMYK 0 0.27 0.17 0.31
HSL 338.3º 0.23% 0.6% -
HSV(B) 338.3º 0.27% 0.69% -
XYZ 31.38 27.42 31.24 -
YUV 145.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 177 130 147 0 0.27 0.17 0.31 338.3 0.23 0.6
Hex B1 82 93 0 1B 11 1F 152 17 3C
Octal 261 202 223 0 33 21 37 522 27 74
Binary 10110001 10000010 10010011 0 11011 10001 11111 101010010 10111 111100

Color Harmonies of #B18293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18293

Black with #B18293

Text Example


Text Example

White with #B18293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18293; }

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

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

background-color css

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

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

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

border-color css

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

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

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