Html Css Color HEX #B0778F Tapestry

📋 copy color: '#B0778F'

red 176 ◦ green 119 ◦ blue 143

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

Shades of Tapestry #B0778F

Tints of Tapestry #B0778F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 40.18%
G = 27.17%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0778F (or 0xB0778F) is known color: Tapestry. HEX triplet: B0, 77 and 8F. RGB value is (176,119,143). Sum of RGB (Red+Green+Blue) = 176+119+143=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0778F is #4F8870. Grayscale: #8A8A8A. Windows color (decimal): -5212273 or 9402288. OLE color: 9402288.

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

Color convert

RGB 176 119 143 -
CMYK 0 0.32 0.19 0.31
HSL 334.74º 0.27% 0.58% -
HSV(B) 334.74º 0.32% 0.69% -
XYZ 29.46 24.41 29.14 -
YUV 138.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 176 119 143 0 0.32 0.19 0.31 334.74 0.27 0.58
Hex B0 77 8F 0 20 13 1F 14F 1B 3A
Octal 260 167 217 0 40 23 37 517 33 72
Binary 10110000 1110111 10001111 0 100000 10011 11111 101001111 11011 111010

Color Harmonies of #B0778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0778F

Black with #B0778F

Text Example


Text Example

White with #B0778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0778F; }

 p { color: rgb(176,119,143); }

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

background-color css

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

 a { background-color: rgb(176,119,143); }

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

border-color css

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

 span { border-color: rgb(176,119,143); }

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