Html Css Color HEX #B9698D Tapestry

📋 copy color: '#B9698D'

red 185 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #B9698D

Tints of Tapestry #B9698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 42.92%
G = 24.36%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9698D (or 0xB9698D) is known color: Tapestry. HEX triplet: B9, 69 and 8D. RGB value is (185,105,141). Sum of RGB (Red+Green+Blue) = 185+105+141=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9698D is #469672. Grayscale: #848484. Windows color (decimal): -4626035 or 9267641. OLE color: 9267641.

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

Color convert

RGB 185 105 141 -
CMYK 0 0.43 0.24 0.27
HSL 333º 0.36% 0.57% -
HSV(B) 333º 0.43% 0.73% -
XYZ 29.87 22.34 27.94 -
YUV 133.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 185 105 141 0 0.43 0.24 0.27 333 0.36 0.57
Hex B9 69 8D 0 2B 18 1B 14D 24 39
Octal 271 151 215 0 53 30 33 515 44 71
Binary 10111001 1101001 10001101 0 101011 11000 11011 101001101 100100 111001

Color Harmonies of #B9698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9698D

Black with #B9698D

Text Example


Text Example

White with #B9698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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