#B6677B

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

Shades of Tapestry #B6677B

Tints of Tapestry #B6677B

Color information

#B6677B (or 0xB6677B) is unknown color: approx Tapestry. HEX triplet: B6, 67 and 7B. RGB value is (182,103,123). Sum of RGB (Red+Green+Blue) = 182+103+123=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6677B is #499884. Grayscale: #808080. Windows color (decimal): -4823173 or 8087478. OLE color: 8087478.

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

Color convert

RGB182103123-
CMYK00.430.320.29
HSL344.81º35.11%55.88%-
HSV(B)344.81º43.41%71.37%-
XYZ27.7221.0821.35-
YUV128.9124.67165.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=44.61%
G=25.25%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210312300.430.320.29344.8135.1155.88
HexB6677B02B201D1592338
Octal26614717305340355314370
Binary1011011011001111111011010101110000011101101011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6677B; }

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

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

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

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

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

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

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

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