#B0638D

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

Shades of Tapestry #B0638D

Tints of Tapestry #B0638D

Color information

#B0638D (or 0xB0638D) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 8D. RGB value is (176,99,141). Sum of RGB (Red+Green+Blue) = 176+99+141=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638D is #4F9C72. Grayscale: #7E7E7E. Windows color (decimal): -5217395 or 9266096. OLE color: 9266096.

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

Color convert

RGB17699141-
CMYK00.440.200.31
HSL327.27º32.77%53.92%-
HSV(B)327.27º43.75%69.02%-
XYZ27.1720.0827.64-
YUV126.81136.01163.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=42.31%
G=23.80%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769914100.440.200.31327.2732.7753.92
HexB0638D02C141F1472136
Octal26014321505424375074166
Binary1011000011000111000110101011001010011111101000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0638D; }

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

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

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

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

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

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

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

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