Html Css Color HEX #B9698A Tapestry

📋 copy color: '#B9698A'

red 185 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #B9698A

Tints of Tapestry #B9698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 43.22%
G = 24.53%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9698A (or 0xB9698A) is known color: Tapestry. HEX triplet: B9, 69 and 8A. RGB value is (185,105,138). Sum of RGB (Red+Green+Blue) = 185+105+138=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9698A is #469675. Grayscale: #848484. Windows color (decimal): -4626038 or 9071033. OLE color: 9071033.

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

Color convert

RGB 185 105 138 -
CMYK 0 0.43 0.25 0.27
HSL 335.25º 0.36% 0.57% -
HSV(B) 335.25º 0.43% 0.73% -
XYZ 29.65 22.25 26.78 -
YUV 132.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 185 105 138 0 0.43 0.25 0.27 335.25 0.36 0.57
Hex B9 69 8A 0 2B 19 1B 14F 24 39
Octal 271 151 212 0 53 31 33 517 44 71
Binary 10111001 1101001 10001010 0 101011 11001 11011 101001111 100100 111001

Color Harmonies of #B9698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9698A

Black with #B9698A

Text Example


Text Example

White with #B9698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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