Html Css Color HEX #B18492 Tapestry

📋 copy color: '#B18492'

red 177 ◦ green 132 ◦ blue 146

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

Shades of Tapestry #B18492

Tints of Tapestry #B18492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

 BLUE value IS 146 (57.42% from 255) = 32.09%

R = 38.9%
G = 29.01%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B18492 (or 0xB18492) is known color: Tapestry. HEX triplet: B1, 84 and 92. RGB value is (177,132,146). Sum of RGB (Red+Green+Blue) = 177+132+146=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B18492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18492 is #4E7B6D. Grayscale: #939393. Windows color (decimal): -5143406 or 9602225. OLE color: 9602225.

HSL color Cylindrical-coordinate representation of color #B18492: hue angle of 341.33º 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 #B18492 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 146 -
CMYK 0 0.25 0.18 0.31
HSL 341.33º 0.22% 0.61% -
HSV(B) 341.33º 0.25% 0.69% -
XYZ 31.57 27.92 30.92 -
YUV 147.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 177 132 146 0 0.25 0.18 0.31 341.33 0.22 0.61
Hex B1 84 92 0 19 12 1F 155 16 3D
Octal 261 204 222 0 31 22 37 525 26 75
Binary 10110001 10000100 10010010 0 11001 10010 11111 101010101 10110 111101

Color Harmonies of #B18492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18492

Black with #B18492

Text Example


Text Example

White with #B18492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18492; }

 p { color: rgb(177,132,146); }

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

background-color css

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

 a { background-color: rgb(177,132,146); }

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

border-color css

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

 span { border-color: rgb(177,132,146); }

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