Html Css Color HEX #B1808A Tapestry

📋 copy color: '#B1808A'

red 177 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #B1808A

Tints of Tapestry #B1808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 39.95%
G = 28.89%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1808A (or 0xB1808A) is known color: Tapestry. HEX triplet: B1, 80 and 8A. RGB value is (177,128,138). Sum of RGB (Red+Green+Blue) = 177+128+138=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1808A is #4E7F75. Grayscale: #8F8F8F. Windows color (decimal): -5144438 or 9076913. OLE color: 9076913.

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

Color convert

RGB 177 128 138 -
CMYK 0 0.28 0.22 0.31
HSL 347.76º 0.24% 0.6% -
HSV(B) 347.76º 0.28% 0.69% -
XYZ 30.44 26.62 27.58 -
YUV 143.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 177 128 138 0 0.28 0.22 0.31 347.76 0.24 0.6
Hex B1 80 8A 0 1C 16 1F 15C 18 3C
Octal 261 200 212 0 34 26 37 534 30 74
Binary 10110001 10000000 10001010 0 11100 10110 11111 101011100 11000 111100

Color Harmonies of #B1808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1808A

Black with #B1808A

Text Example


Text Example

White with #B1808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1808A; }

 p { color: rgb(177,128,138); }

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

background-color css

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

 a { background-color: rgb(177,128,138); }

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

border-color css

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

 span { border-color: rgb(177,128,138); }

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