#B9727D

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

Shades of Tapestry #B9727D

Tints of Tapestry #B9727D

Color information

#B9727D (or 0xB9727D) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 7D. RGB value is (185,114,125). Sum of RGB (Red+Green+Blue) = 185+114+125=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9727D is #468D82. Grayscale: #888888. Windows color (decimal): -4623747 or 8221369. OLE color: 8221369.

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

Color convert

RGB185114125-
CMYK00.380.320.27
HSL350.7º33.65%58.63%-
HSV(B)350.7º38.38%72.55%-
XYZ29.7323.8322.43-
YUV136.48121.52162.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=43.63%
G=26.89%
B=29.48%

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
Decimal18511412500.380.320.27350.733.6558.63
HexB9727D026201B15f223b
Octal27116217504640335374273
Binary1011100111100101111101010011010000011011101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9727D; }

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

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

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

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

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

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

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

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