Html Css Color HEX #B1787F Tapestry

📋 copy color: '#B1787F'

red 177 ◦ green 120 ◦ blue 127

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

Shades of Tapestry #B1787F

Tints of Tapestry #B1787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 127 (50% from 255) = 29.95%

R = 41.75%
G = 28.3%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1787F (or 0xB1787F) is known color: Tapestry. HEX triplet: B1, 78 and 7F. RGB value is (177,120,127). Sum of RGB (Red+Green+Blue) = 177+120+127=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787F is #4E8780. Grayscale: #898989. Windows color (decimal): -5146497 or 8353969. OLE color: 8353969.

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

Color convert

RGB 177 120 127 -
CMYK 0 0.32 0.28 0.31
HSL 352.63º 0.27% 0.58% -
HSV(B) 352.63º 0.32% 0.69% -
XYZ 28.68 24.31 23.26 -
YUV 137.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 177 120 127 0 0.32 0.28 0.31 352.63 0.27 0.58
Hex B1 78 7F 0 20 1C 1F 161 1B 3A
Octal 261 170 177 0 40 34 37 541 33 72
Binary 10110001 1111000 1111111 0 100000 11100 11111 101100001 11011 111010

Color Harmonies of #B1787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1787F

Black with #B1787F

Text Example


Text Example

White with #B1787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1787F; }

 p { color: rgb(177,120,127); }

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

background-color css

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

 a { background-color: rgb(177,120,127); }

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

border-color css

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

 span { border-color: rgb(177,120,127); }

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