Html Css Color HEX #B96A8D Tapestry

📋 copy color: '#B96A8D'

red 185 ◦ green 106 ◦ blue 141

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

Shades of Tapestry #B96A8D

Tints of Tapestry #B96A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 42.82%
G = 24.54%
B = 32.64%

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

#B96A8D (or 0xB96A8D) is known color: Tapestry. HEX triplet: B9, 6A and 8D. RGB value is (185,106,141). Sum of RGB (Red+Green+Blue) = 185+106+141=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A8D is #469572. Grayscale: #858585. Windows color (decimal): -4625779 or 9267897. OLE color: 9267897.

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

Color convert

RGB 185 106 141 -
CMYK 0 0.43 0.24 0.27
HSL 333.42º 0.36% 0.57% -
HSV(B) 333.42º 0.43% 0.73% -
XYZ 29.97 22.55 27.97 -
YUV 133.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 185 106 141 0 0.43 0.24 0.27 333.42 0.36 0.57
Hex B9 6A 8D 0 2B 18 1B 14D 24 39
Octal 271 152 215 0 53 30 33 515 44 71
Binary 10111001 1101010 10001101 0 101011 11000 11011 101001101 100100 111001

Color Harmonies of #B96A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A8D

Black with #B96A8D

Text Example


Text Example

White with #B96A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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