#B0638B

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

Shades of Tapestry #B0638B

Tints of Tapestry #B0638B

Color information

#B0638B (or 0xB0638B) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 8B. RGB value is (176,99,139). Sum of RGB (Red+Green+Blue) = 176+99+139=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638B is #4F9C74. Grayscale: #7E7E7E. Windows color (decimal): -5217397 or 9135024. OLE color: 9135024.

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

Color convert

RGB17699139-
CMYK00.440.210.31
HSL328.83º32.77%53.92%-
HSV(B)328.83º43.75%69.02%-
XYZ27.0320.0226.87-
YUV126.58135.01163.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=42.51%
G=23.91%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769913900.440.210.31328.8332.7753.92
HexB0638B02C151F1492136
Octal26014321305425375114166
Binary1011000011000111000101101011001010111111101001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0638B; }

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

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

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

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

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

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

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

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