#b0627b

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

Shades of Tapestry #B0627B

Tints of Tapestry #B0627B

Color information

#B0627B (or 0xB0627B) is unknown color: approx Tapestry. HEX triplet: B0, 62 and 7B. RGB value is (176,98,123). Sum of RGB (Red+Green+Blue) = 176+98+123=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0627B is #4F9D84. Grayscale: #7C7C7C. Windows color (decimal): -5217669 or 8086192. OLE color: 8086192.

HSL color Cylindrical-coordinate representation of color #B0627B: hue angle of 340.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0627B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17698123-
CMYK00.440.300.31
HSL340.77º33.05%53.73%-
HSV(B)340.77º44.32%69.02%-
XYZ25.8519.421.12-
YUV124.17127.34164.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=44.33%
G=24.69%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769812300.440.300.31340.7733.0553.73
HexB0627B02C1E1F1552136
Octal26014217305436375254166
Binary101100001100010111101101011001111011111101010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0627b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0627b; }

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

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

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

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

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

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

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

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