#B07B8F

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

Shades of Tapestry #B07B8F

Tints of Tapestry #B07B8F

Color information

#B07B8F (or 0xB07B8F) is unknown color: approx Tapestry. HEX triplet: B0, 7B and 8F. RGB value is (176,123,143). Sum of RGB (Red+Green+Blue) = 176+123+143=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B8F is #4F8470. Grayscale: #8D8D8D. Windows color (decimal): -5211249 or 9403312. OLE color: 9403312.

HSL color Cylindrical-coordinate representation of color #B07B8F: hue angle of 337.36º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B8F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176123143-
CMYK00.300.190.31
HSL337.36º25.12%58.63%-
HSV(B)337.36º30.11%69.02%-
XYZ29.9525.3829.31-
YUV141.13129.06152.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=39.82%
G=27.83%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612314300.300.190.31337.3625.1258.63
HexB07B8F01E131F151193b
Octal26017321703623375213173
Binary10110000111101110001111011110100111111110101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B8F; }

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

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

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

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

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

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

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

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