#B05D81

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

Shades of Tapestry #B05D81

Tints of Tapestry #B05D81

Color information

#B05D81 (or 0xB05D81) is unknown color: approx Tapestry. HEX triplet: B0, 5D and 81. RGB value is (176,93,129). Sum of RGB (Red+Green+Blue) = 176+93+129=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D81 is #4FA27E. Grayscale: #797979. Windows color (decimal): -5218943 or 8478128. OLE color: 8478128.

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

Color convert

RGB17693129-
CMYK00.470.270.31
HSL333.98º34.44%52.75%-
HSV(B)333.98º47.16%69.02%-
XYZ25.7818.6423.01-
YUV121.92132166.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=44.22%
G=23.37%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769312900.470.270.31333.9834.4452.75
HexB05D8102F1B1F14e2235
Octal26013520105733375164265
Binary1011000010111011000000101011111101111111101001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D81; }

 p { color: rgb(176,93,129); }

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

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

 a { background-color: rgb(176,93,129); }

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

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

 span { border-color: rgb(176,93,129); }

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