#B8638D

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

Shades of Tapestry #B8638D

Tints of Tapestry #B8638D

Color information

#B8638D (or 0xB8638D) is unknown color: approx Tapestry. HEX triplet: B8, 63 and 8D. RGB value is (184,99,141). Sum of RGB (Red+Green+Blue) = 184+99+141=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8638D is #479C72. Grayscale: #818181. Windows color (decimal): -4693107 or 9266104. OLE color: 9266104.

HSL color Cylindrical-coordinate representation of color #B8638D: hue angle of 330.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8638D is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18499141-
CMYK00.460.230.28
HSL330.35º37.44%55.49%-
HSV(B)330.35º46.2%72.16%-
XYZ29.0421.0427.73-
YUV129.2134.66167.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=43.40%
G=23.35%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849914100.460.230.28330.3537.4455.49
HexB8638D02E171C14a2537
Octal27014321505627345124567
Binary1011100011000111000110101011101011111100101001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8638D; }

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

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

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

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

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

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

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

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