Html Css Color HEX #B0787F Tapestry

📋 copy color: '#B0787F'

red 176 ◦ green 120 ◦ blue 127

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

Shades of Tapestry #B0787F

Tints of Tapestry #B0787F

RGB

 RED value IS 176 (69.14% from 255) = 41.61%

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

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

R = 41.61%
G = 28.37%
B = 30.02%

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

#B0787F (or 0xB0787F) is known color: Tapestry. HEX triplet: B0, 78 and 7F. RGB value is (176,120,127). Sum of RGB (Red+Green+Blue) = 176+120+127=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787F is #4F8780. Grayscale: #898989. Windows color (decimal): -5212033 or 8353968. OLE color: 8353968.

HSL color Cylindrical-coordinate representation of color #B0787F: hue angle of 352.5º degrees, saturation: 0.26, 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 #B0787F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 127 -
CMYK 0 0.32 0.28 0.31
HSL 352.5º 0.26% 0.58% -
HSV(B) 352.5º 0.32% 0.69% -
XYZ 28.45 24.2 23.25 -
YUV 137.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 176 120 127 0 0.32 0.28 0.31 352.5 0.26 0.58
Hex B0 78 7F 0 20 1C 1F 160 1A 3A
Octal 260 170 177 0 40 34 37 540 32 72
Binary 10110000 1111000 1111111 0 100000 11100 11111 101100000 11010 111010

Color Harmonies of #B0787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0787F

Black with #B0787F

Text Example


Text Example

White with #B0787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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