#B67D8F

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

Shades of Tapestry #B67D8F

Tints of Tapestry #B67D8F

Color information

#B67D8F (or 0xB67D8F) is unknown color: approx Tapestry. HEX triplet: B6, 7D and 8F. RGB value is (182,125,143). Sum of RGB (Red+Green+Blue) = 182+125+143=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D8F is #498270. Grayscale: #909090. Windows color (decimal): -4817521 or 9403830. OLE color: 9403830.

HSL color Cylindrical-coordinate representation of color #B67D8F: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67D8F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB182125143-
CMYK00.310.210.29
HSL341.05º28.08%60.2%-
HSV(B)341.05º31.32%71.37%-
XYZ31.5826.629.46-
YUV144.1127.38155.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=40.44%
G=27.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212514300.310.210.29341.0528.0860.2
HexB67D8F01F151D1551c3c
Octal26617521703725355253474
Binary10110110111110110001111011111101011110110101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D8F; }

 p { color: rgb(182,125,143); }

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

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

 a { background-color: rgb(182,125,143); }

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

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

 span { border-color: rgb(182,125,143); }

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