Html Css Color HEX #B96F8C Tapestry

📋 copy color: '#B96F8C'

red 185 ◦ green 111 ◦ blue 140

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

Shades of Tapestry #B96F8C

Tints of Tapestry #B96F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

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

R = 42.43%
G = 25.46%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B96F8C (or 0xB96F8C) is known color: Tapestry. HEX triplet: B9, 6F and 8C. RGB value is (185,111,140). Sum of RGB (Red+Green+Blue) = 185+111+140=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F8C is #469073. Grayscale: #888888. Windows color (decimal): -4624500 or 9203641. OLE color: 9203641.

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

Color convert

RGB 185 111 140 -
CMYK 0 0.4 0.24 0.27
HSL 336.49º 0.35% 0.58% -
HSV(B) 336.49º 0.4% 0.73% -
XYZ 30.43 23.58 27.76 -
YUV 136.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 185 111 140 0 0.4 0.24 0.27 336.49 0.35 0.58
Hex B9 6F 8C 0 28 18 1B 150 23 3A
Octal 271 157 214 0 50 30 33 520 43 72
Binary 10111001 1101111 10001100 0 101000 11000 11011 101010000 100011 111010

Color Harmonies of #B96F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F8C

Black with #B96F8C

Text Example


Text Example

White with #B96F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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