#B05F7E

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

Shades of Tapestry #B05F7E

Tints of Tapestry #B05F7E

Color information

#B05F7E (or 0xB05F7E) is unknown color: approx Tapestry. HEX triplet: B0, 5F and 7E. RGB value is (176,95,126). Sum of RGB (Red+Green+Blue) = 176+95+126=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05F7E is #4FA081. Grayscale: #7A7A7A. Windows color (decimal): -5218434 or 8282032. OLE color: 8282032.

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

Color convert

RGB17695126-
CMYK00.460.280.31
HSL337.04º33.89%53.14%-
HSV(B)337.04º46.02%69.02%-
XYZ25.7618.9222.03-
YUV122.75129.84165.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=44.33%
G=23.93%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769512600.460.280.31337.0433.8953.14
HexB05F7E02E1C1F1512235
Octal26013717605634375214265
Binary101100001011111111111001011101110011111101010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F7E; }

 p { color: rgb(176,95,126); }

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

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

 a { background-color: rgb(176,95,126); }

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

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

 span { border-color: rgb(176,95,126); }

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