#B66F7F

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

Shades of Tapestry #B66F7F

Tints of Tapestry #B66F7F

Color information

#B66F7F (or 0xB66F7F) is unknown color: approx Tapestry. HEX triplet: B6, 6F and 7F. RGB value is (182,111,127). Sum of RGB (Red+Green+Blue) = 182+111+127=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F7F is #499080. Grayscale: #868686. Windows color (decimal): -4821121 or 8351670. OLE color: 8351670.

HSL color Cylindrical-coordinate representation of color #B66F7F: hue angle of 346.48º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F7F is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182111127-
CMYK00.390.300.29
HSL346.48º32.72%57.45%-
HSV(B)346.48º39.01%71.37%-
XYZ28.8122.8522.97-
YUV134.05124.02162.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 127 (50% from 255) = 30.24%
R=43.33%
G=26.43%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211112700.390.300.29346.4832.7257.45
HexB66F7F0271E1D15a2139
Octal26615717704736355324171
Binary101101101101111111111101001111111011101101011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F7F; }

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

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

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

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

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

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

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

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