#B9658A

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

Shades of Tapestry #B9658A

Tints of Tapestry #B9658A

Color information

#B9658A (or 0xB9658A) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 8A. RGB value is (185,101,138). Sum of RGB (Red+Green+Blue) = 185+101+138=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9658A is #469A75. Grayscale: #828282. Windows color (decimal): -4627062 or 9070009. OLE color: 9070009.

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

Color convert

RGB185101138-
CMYK00.450.250.27
HSL333.57º37.5%56.08%-
HSV(B)333.57º45.41%72.55%-
XYZ29.2521.4626.64-
YUV130.33132.33166.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=43.63%
G=23.82%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510113800.450.250.27333.5737.556.08
HexB9658A02D191B14e2638
Octal27114521205531335164670
Binary1011100111001011000101001011011100111011101001110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9658A; }

 p { color: rgb(185,101,138); }

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

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

 a { background-color: rgb(185,101,138); }

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

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

 span { border-color: rgb(185,101,138); }

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