#B66E7B

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

Shades of Tapestry #B66E7B

Tints of Tapestry #B66E7B

Color information

#B66E7B (or 0xB66E7B) is unknown color: approx Tapestry. HEX triplet: B6, 6E and 7B. RGB value is (182,110,123). Sum of RGB (Red+Green+Blue) = 182+110+123=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E7B is #499184. Grayscale: #858585. Windows color (decimal): -4821381 or 8089270. OLE color: 8089270.

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

Color convert

RGB182110123-
CMYK00.400.320.29
HSL349.17º33.03%57.25%-
HSV(B)349.17º39.56%71.37%-
XYZ28.4422.5321.59-
YUV133.01122.35162.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=43.86%
G=26.51%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211012300.400.320.29349.1733.0357.25
HexB66E7B028201D15d2139
Octal26615617305040355354171
Binary1011011011011101111011010100010000011101101011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E7B; }

 p { color: rgb(182,110,123); }

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

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

 a { background-color: rgb(182,110,123); }

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

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

 span { border-color: rgb(182,110,123); }

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