Html Css Color HEX #B18490 Tapestry

📋 copy color: '#B18490'

red 177 ◦ green 132 ◦ blue 144

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

Shades of Tapestry #B18490

Tints of Tapestry #B18490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 39.07%
G = 29.14%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B18490 (or 0xB18490) is known color: Tapestry. HEX triplet: B1, 84 and 90. RGB value is (177,132,144). Sum of RGB (Red+Green+Blue) = 177+132+144=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B18490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18490 is #4E7B6F. Grayscale: #929292. Windows color (decimal): -5143408 or 9471153. OLE color: 9471153.

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

Color convert

RGB 177 132 144 -
CMYK 0 0.25 0.19 0.31
HSL 344º 0.22% 0.61% -
HSV(B) 344º 0.25% 0.69% -
XYZ 31.42 27.86 30.11 -
YUV 146.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 177 132 144 0 0.25 0.19 0.31 344 0.22 0.61
Hex B1 84 90 0 19 13 1F 158 16 3D
Octal 261 204 220 0 31 23 37 530 26 75
Binary 10110001 10000100 10010000 0 11001 10011 11111 101011000 10110 111101

Color Harmonies of #B18490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18490

Black with #B18490

Text Example


Text Example

White with #B18490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18490; }

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

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

background-color css

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

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

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

border-color css

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

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

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