#B67D84

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

Shades of Tapestry #B67D84

Tints of Tapestry #B67D84

Color information

#B67D84 (or 0xB67D84) is unknown color: approx Tapestry. HEX triplet: B6, 7D and 84. RGB value is (182,125,132). Sum of RGB (Red+Green+Blue) = 182+125+132=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D84 is #49827B. Grayscale: #8E8E8E. Windows color (decimal): -4817532 or 8682934. OLE color: 8682934.

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

Color convert

RGB182125132-
CMYK00.310.270.29
HSL352.63º28.08%60.2%-
HSV(B)352.63º31.32%71.37%-
XYZ30.7926.2825.28-
YUV142.84121.88155.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=41.46%
G=28.47%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212513200.310.270.29352.6328.0860.2
HexB67D8401F1B1D1611c3c
Octal26617520403733355413474
Binary10110110111110110000100011111110111110110110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D84; }

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

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

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

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

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

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

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

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