Html Css Color HEX #B9658D Tapestry

📋 copy color: '#B9658D'

red 185 ◦ green 101 ◦ blue 141

#B9658D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B9658D

Tints of Tapestry #B9658D

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

 GREEN value IS 101 (39.84% from 255) = 23.65%

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 43.33%
G = 23.65%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9658D (or 0xB9658D) is known color: Tapestry. HEX triplet: B9, 65 and 8D. RGB value is (185,101,141). Sum of RGB (Red+Green+Blue) = 185+101+141=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9658D is #469A72. Grayscale: #828282. Windows color (decimal): -4627059 or 9266617. OLE color: 9266617.

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

Color convert

RGB 185 101 141 -
CMYK 0 0.45 0.24 0.27
HSL 331.43º 0.38% 0.56% -
HSV(B) 331.43º 0.45% 0.73% -
XYZ 29.47 21.54 27.8 -
YUV 130.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 185 101 141 0 0.45 0.24 0.27 331.43 0.38 0.56
Hex B9 65 8D 0 2D 18 1B 14B 26 38
Octal 271 145 215 0 55 30 33 513 46 70
Binary 10111001 1100101 10001101 0 101101 11000 11011 101001011 100110 111000

Color Harmonies of #B9658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9658D

Black with #B9658D

Text Example


Text Example

White with #B9658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9658D; }

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

 H1.HeaderClassName
 {
   color: #B9658D;
 }
 .AnyTagClassName
 {
   color: #B9658D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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