#B7727A

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

Shades of Tapestry #B7727A

Tints of Tapestry #B7727A

Color information

#B7727A (or 0xB7727A) is unknown color: approx Tapestry. HEX triplet: B7, 72 and 7A. RGB value is (183,114,122). Sum of RGB (Red+Green+Blue) = 183+114+122=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7727A is #488D85. Grayscale: #878787. Windows color (decimal): -4754822 or 8024759. OLE color: 8024759.

HSL color Cylindrical-coordinate representation of color #B7727A: hue angle of 353.04º 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 #B7727A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183114122-
CMYK00.380.330.28
HSL353.04º32.39%58.24%-
HSV(B)353.04º37.7%71.76%-
XYZ29.0623.5121.42-
YUV135.54120.36161.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=43.68%
G=27.21%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311412200.380.330.28353.0432.3958.24
HexB7727A026211C161203a
Octal26716217204641345414072
Binary1011011111100101111010010011010000111100101100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7727A; }

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

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

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

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

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

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

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

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