#B66B8B

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

Shades of Tapestry #B66B8B

Tints of Tapestry #B66B8B

Color information

#B66B8B (or 0xB66B8B) is unknown color: approx Tapestry. HEX triplet: B6, 6B and 8B. RGB value is (182,107,139). Sum of RGB (Red+Green+Blue) = 182+107+139=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B8B is #499474. Grayscale: #858585. Windows color (decimal): -4822133 or 9137078. OLE color: 9137078.

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

Color convert

RGB182107139-
CMYK00.410.240.29
HSL334.4º33.94%56.67%-
HSV(B)334.4º41.21%71.37%-
XYZ29.2122.3227.2-
YUV133.07131.35162.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=42.52%
G=25%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210713900.410.240.29334.433.9456.67
HexB66B8B029181D14e2239
Octal26615321305130355164271
Binary1011011011010111000101101010011100011101101001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B8B; }

 p { color: rgb(182,107,139); }

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

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

 a { background-color: rgb(182,107,139); }

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

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

 span { border-color: rgb(182,107,139); }

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