#B0637D

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

Shades of Tapestry #B0637D

Tints of Tapestry #B0637D

Color information

#B0637D (or 0xB0637D) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 7D. RGB value is (176,99,125). Sum of RGB (Red+Green+Blue) = 176+99+125=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637D is #4F9C82. Grayscale: #7C7C7C. Windows color (decimal): -5217411 or 8217520. OLE color: 8217520.

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

Color convert

RGB17699125-
CMYK00.440.290.31
HSL339.74º32.77%53.92%-
HSV(B)339.74º43.75%69.02%-
XYZ26.0719.6321.82-
YUV124.99128.01164.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=44%
G=24.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769912500.440.290.31339.7432.7753.92
HexB0637D02C1D1F1542136
Octal26014317505435375244166
Binary101100001100011111110101011001110111111101010100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0637D; }

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

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

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

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

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

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

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

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