#B9767F

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

Shades of Tapestry #B9767F

Tints of Tapestry #B9767F

Color information

#B9767F (or 0xB9767F) is unknown color: approx Tapestry. HEX triplet: B9, 76 and 7F. RGB value is (185,118,127). Sum of RGB (Red+Green+Blue) = 185+118+127=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9767F is #468980. Grayscale: #8B8B8B. Windows color (decimal): -4622721 or 8353465. OLE color: 8353465.

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

Color convert

RGB185118127-
CMYK00.360.310.27
HSL351.94º32.37%59.41%-
HSV(B)351.94º36.22%72.55%-
XYZ30.3224.823.27-
YUV139.06121.2160.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 127 (50% from 255) = 29.53%
R=43.02%
G=27.44%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511812700.360.310.27351.9432.3759.41
HexB9767F0241F1B160203b
Octal27116617704437335404073
Binary101110011110110111111101001001111111011101100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9767F; }

 p { color: rgb(185,118,127); }

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

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

 a { background-color: rgb(185,118,127); }

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

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

 span { border-color: rgb(185,118,127); }

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