#B9727E

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

Shades of Tapestry #B9727E

Tints of Tapestry #B9727E

Color information

#B9727E (or 0xB9727E) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 7E. RGB value is (185,114,126). Sum of RGB (Red+Green+Blue) = 185+114+126=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9727E is #468D81. Grayscale: #888888. Windows color (decimal): -4623746 or 8286905. OLE color: 8286905.

HSL color Cylindrical-coordinate representation of color #B9727E: hue angle of 349.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9727E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185114126-
CMYK00.380.320.27
HSL349.86º33.65%58.63%-
HSV(B)349.86º38.38%72.55%-
XYZ29.7923.8622.77-
YUV136.6122.02162.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=43.53%
G=26.82%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511412600.380.320.27349.8633.6558.63
HexB9727E026201B15e223b
Octal27116217604640335364273
Binary1011100111100101111110010011010000011011101011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9727E; }

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

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

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

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

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

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

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

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