Html Css Color HEX #B9698C Tapestry

📋 copy color: '#B9698C'

red 185 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #B9698C

Tints of Tapestry #B9698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 43.02%
G = 24.42%
B = 32.56%

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

#B9698C (or 0xB9698C) is known color: Tapestry. HEX triplet: B9, 69 and 8C. RGB value is (185,105,140). Sum of RGB (Red+Green+Blue) = 185+105+140=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9698C is #469673. Grayscale: #848484. Windows color (decimal): -4626036 or 9202105. OLE color: 9202105.

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

Color convert

RGB 185 105 140 -
CMYK 0 0.43 0.24 0.27
HSL 333.75º 0.36% 0.57% -
HSV(B) 333.75º 0.43% 0.73% -
XYZ 29.79 22.31 27.55 -
YUV 132.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 185 105 140 0 0.43 0.24 0.27 333.75 0.36 0.57
Hex B9 69 8C 0 2B 18 1B 14E 24 39
Octal 271 151 214 0 53 30 33 516 44 71
Binary 10111001 1101001 10001100 0 101011 11000 11011 101001110 100100 111001

Color Harmonies of #B9698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9698C

Black with #B9698C

Text Example


Text Example

White with #B9698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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