#B6667D

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

Shades of Tapestry #B6667D

Tints of Tapestry #B6667D

Color information

#B6667D (or 0xB6667D) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 7D. RGB value is (182,102,125). Sum of RGB (Red+Green+Blue) = 182+102+125=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6667D is #499982. Grayscale: #808080. Windows color (decimal): -4823427 or 8218294. OLE color: 8218294.

HSL color Cylindrical-coordinate representation of color #B6667D: hue angle of 342.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6667D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182102125-
CMYK00.440.310.29
HSL342.75º35.4%55.69%-
HSV(B)342.75º43.96%71.37%-
XYZ27.7420.9321.98-
YUV128.54126166.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=44.50%
G=24.94%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210212500.440.310.29342.7535.455.69
HexB6667D02C1F1D1572338
Octal26614617505437355274370
Binary101101101100110111110101011001111111101101010111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6667D; }

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

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

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

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

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

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

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

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