#B9767C

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

Shades of Tapestry #B9767C

Tints of Tapestry #B9767C

Color information

#B9767C (or 0xB9767C) is unknown color: approx Tapestry. HEX triplet: B9, 76 and 7C. RGB value is (185,118,124). Sum of RGB (Red+Green+Blue) = 185+118+124=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9767C is #468983. Grayscale: #8A8A8A. Windows color (decimal): -4622724 or 8156857. OLE color: 8156857.

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

Color convert

RGB185118124-
CMYK00.360.330.27
HSL354.63º32.37%59.41%-
HSV(B)354.63º36.22%72.55%-
XYZ30.1224.7322.25-
YUV138.72119.7161.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=43.33%
G=27.63%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511812400.360.330.27354.6332.3759.41
HexB9767C024211B163203b
Octal27116617404441335434073
Binary1011100111101101111100010010010000111011101100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9767C; }

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

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

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

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

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

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

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

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