#B67F94

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

Shades of Tapestry #B67F94

Tints of Tapestry #B67F94

Color information

#B67F94 (or 0xB67F94) is unknown color: approx Tapestry. HEX triplet: B6, 7F and 94. RGB value is (182,127,148). Sum of RGB (Red+Green+Blue) = 182+127+148=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F94 is #49806B. Grayscale: #919191. Windows color (decimal): -4817004 or 9732022. OLE color: 9732022.

HSL color Cylindrical-coordinate representation of color #B67F94: hue angle of 337.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F94 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB182127148-
CMYK00.300.190.29
HSL337.09º27.36%60.59%-
HSV(B)337.09º30.22%71.37%-
XYZ32.2327.2631.58-
YUV145.84129.22153.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=39.82%
G=27.79%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212714800.300.190.29337.0927.3660.59
HexB67F9401E131D1511b3d
Octal26617722403623355213375
Binary10110110111111110010100011110100111110110101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F94; }

 p { color: rgb(182,127,148); }

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

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

 a { background-color: rgb(182,127,148); }

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

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

 span { border-color: rgb(182,127,148); }

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