#B9768F

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

Shades of Tapestry #B9768F

Tints of Tapestry #B9768F

Color information

#B9768F (or 0xB9768F) is unknown color: approx Tapestry. HEX triplet: B9, 76 and 8F. RGB value is (185,118,143). Sum of RGB (Red+Green+Blue) = 185+118+143=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9768F is #468970. Grayscale: #8C8C8C. Windows color (decimal): -4622705 or 9402041. OLE color: 9402041.

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

Color convert

RGB185118143-
CMYK00.360.230.27
HSL337.61º32.37%59.41%-
HSV(B)337.61º36.22%72.55%-
XYZ31.4425.2529.2-
YUV140.88129.2159.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=41.48%
G=26.46%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511814300.360.230.27337.6132.3759.41
HexB9768F024171B152203b
Octal27116621704427335224073
Binary1011100111101101000111101001001011111011101010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9768F; }

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

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

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

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

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

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

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

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