Html Css Color HEX #B96E8E Tapestry

📋 copy color: '#B96E8E'

red 185 ◦ green 110 ◦ blue 142

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

Shades of Tapestry #B96E8E

Tints of Tapestry #B96E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.17%

 BLUE value IS 142 (55.86% from 255) = 32.49%

R = 42.33%
G = 25.17%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B96E8E (or 0xB96E8E) is known color: Tapestry. HEX triplet: B9, 6E and 8E. RGB value is (185,110,142). Sum of RGB (Red+Green+Blue) = 185+110+142=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96E8E is #469171. Grayscale: #888888. Windows color (decimal): -4624754 or 9334457. OLE color: 9334457.

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

Color convert

RGB 185 110 142 -
CMYK 0 0.41 0.23 0.27
HSL 334.4º 0.35% 0.58% -
HSV(B) 334.4º 0.41% 0.73% -
XYZ 30.47 23.42 28.51 -
YUV 136.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 185 110 142 0 0.41 0.23 0.27 334.4 0.35 0.58
Hex B9 6E 8E 0 29 17 1B 14E 23 3A
Octal 271 156 216 0 51 27 33 516 43 72
Binary 10111001 1101110 10001110 0 101001 10111 11011 101001110 100011 111010

Color Harmonies of #B96E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E8E

Black with #B96E8E

Text Example


Text Example

White with #B96E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E8E; }

 p { color: rgb(185,110,142); }

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

background-color css

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

 a { background-color: rgb(185,110,142); }

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

border-color css

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

 span { border-color: rgb(185,110,142); }

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