#B07F88

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

Shades of Tapestry #B07F88

Tints of Tapestry #B07F88

Color information

#B07F88 (or 0xB07F88) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 88. RGB value is (176,127,136). Sum of RGB (Red+Green+Blue) = 176+127+136=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F88 is #4F8077. Grayscale: #8E8E8E. Windows color (decimal): -5210232 or 8945584. OLE color: 8945584.

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

Color convert

RGB176127136-
CMYK00.280.230.31
HSL348.98º23.67%59.41%-
HSV(B)348.98º27.84%69.02%-
XYZ29.9426.1926.77-
YUV142.68124.23151.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=40.09%
G=28.93%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612713600.280.230.31348.9823.6759.41
HexB07F8801C171F15d183b
Octal26017721003427375353073
Binary10110000111111110001000011100101111111110101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F88; }

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

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

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

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

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

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

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

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