#B07D8A

Color #B07D8A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B07D8A

Tints of Tapestry #B07D8A

Color information

#B07D8A (or 0xB07D8A) is unknown color: approx Tapestry. HEX triplet: B0, 7D and 8A. RGB value is (176,125,138). Sum of RGB (Red+Green+Blue) = 176+125+138=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D8A is #4F8275. Grayscale: #8D8D8D. Windows color (decimal): -5210742 or 9076144. OLE color: 9076144.

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

Color convert

RGB176125138-
CMYK00.290.220.31
HSL344.71º24.4%59.02%-
HSV(B)344.71º28.98%69.02%-
XYZ29.8325.7327.44-
YUV141.73125.9152.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=40.09%
G=28.47%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612513800.290.220.31344.7124.459.02
HexB07D8A01D161F159183b
Octal26017521203526375313073
Binary10110000111110110001010011101101101111110101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D8A; }

 p { color: rgb(176,125,138); }

 H1.HeaderClassName
 {
   color: #B07D8A;
 }
 .AnyTagClassName
 {
   color: #B07D8A;
 }
</style>
background-color css

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

 a { background-color: rgb(176,125,138); }

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

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

 span { border-color: rgb(176,125,138); }

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