#B0637B

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

Shades of Tapestry #B0637B

Tints of Tapestry #B0637B

Color information

#B0637B (or 0xB0637B) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 7B. RGB value is (176,99,123). Sum of RGB (Red+Green+Blue) = 176+99+123=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637B is #4F9C84. Grayscale: #7C7C7C. Windows color (decimal): -5217413 or 8086448. OLE color: 8086448.

HSL color Cylindrical-coordinate representation of color #B0637B: hue angle of 341.3º 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 #B0637B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17699123-
CMYK00.440.300.31
HSL341.3º32.77%53.92%-
HSV(B)341.3º43.75%69.02%-
XYZ25.9419.5821.15-
YUV124.76127.01164.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=44.22%
G=24.87%
B=30.90%

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
Decimal1769912300.440.300.31341.332.7753.92
HexB0637B02C1E1F1552136
Octal26014317305436375254166
Binary101100001100011111101101011001111011111101010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0637B; }

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

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

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

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

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

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

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

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