#B7727E

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

Shades of Tapestry #B7727E

Tints of Tapestry #B7727E

Color information

#B7727E (or 0xB7727E) is unknown color: approx Tapestry. HEX triplet: B7, 72 and 7E. RGB value is (183,114,126). Sum of RGB (Red+Green+Blue) = 183+114+126=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7727E is #488D81. Grayscale: #888888. Windows color (decimal): -4754818 or 8286903. OLE color: 8286903.

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

Color convert

RGB183114126-
CMYK00.380.310.28
HSL349.57º32.39%58.24%-
HSV(B)349.57º37.7%71.76%-
XYZ29.3123.6122.75-
YUV136122.36161.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=43.26%
G=26.95%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311412600.380.310.28349.5732.3958.24
HexB7727E0261F1C15e203a
Octal26716217604637345364072
Binary101101111110010111111001001101111111100101011110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7727E; }

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

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

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

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

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

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

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

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