Html Css Color HEX #B0788D Tapestry

📋 copy color: '#B0788D'

red 176 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #B0788D

Tints of Tapestry #B0788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 40.27%
G = 27.46%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0788D (or 0xB0788D) is known color: Tapestry. HEX triplet: B0, 78 and 8D. RGB value is (176,120,141). Sum of RGB (Red+Green+Blue) = 176+120+141=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788D is #4F8772. Grayscale: #8B8B8B. Windows color (decimal): -5212019 or 9271472. OLE color: 9271472.

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

Color convert

RGB 176 120 141 -
CMYK 0 0.32 0.20 0.31
HSL 337.5º 0.26% 0.58% -
HSV(B) 337.5º 0.32% 0.69% -
XYZ 29.43 24.59 28.39 -
YUV 139.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 176 120 141 0 0.32 0.20 0.31 337.5 0.26 0.58
Hex B0 78 8D 0 20 14 1F 152 1A 3A
Octal 260 170 215 0 40 24 37 522 32 72
Binary 10110000 1111000 10001101 0 100000 10100 11111 101010010 11010 111010

Color Harmonies of #B0788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0788D

Black with #B0788D

Text Example


Text Example

White with #B0788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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