#B6727E

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

Shades of Tapestry #B6727E

Tints of Tapestry #B6727E

Color information

#B6727E (or 0xB6727E) is unknown color: approx Tapestry. HEX triplet: B6, 72 and 7E. RGB value is (182,114,126). Sum of RGB (Red+Green+Blue) = 182+114+126=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6727E is #498D81. Grayscale: #878787. Windows color (decimal): -4820354 or 8286902. OLE color: 8286902.

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

Color convert

RGB182114126-
CMYK00.370.310.29
HSL349.41º31.78%58.04%-
HSV(B)349.41º37.36%71.37%-
XYZ29.0723.4922.74-
YUV135.7122.53161.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=43.13%
G=27.01%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211412600.370.310.29349.4131.7858.04
HexB6727E0251F1D15d203a
Octal26616217604537355354072
Binary101101101110010111111001001011111111101101011101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6727E; }

 p { color: rgb(182,114,126); }

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

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

 a { background-color: rgb(182,114,126); }

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

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

 span { border-color: rgb(182,114,126); }

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