Html Css Color HEX #B96F7E Tapestry

📋 copy color: '#B96F7E'

red 185 ◦ green 111 ◦ blue 126

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

Shades of Tapestry #B96F7E

Tints of Tapestry #B96F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 43.84%
G = 26.3%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B96F7E (or 0xB96F7E) is known color: Tapestry. HEX triplet: B9, 6F and 7E. RGB value is (185,111,126). Sum of RGB (Red+Green+Blue) = 185+111+126=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F7E is #469081. Grayscale: #868686. Windows color (decimal): -4624514 or 8286137. OLE color: 8286137.

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

Color convert

RGB 185 111 126 -
CMYK 0 0.4 0.32 0.27
HSL 347.84º 0.35% 0.58% -
HSV(B) 347.84º 0.4% 0.73% -
XYZ 29.46 23.19 22.66 -
YUV 134.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 185 111 126 0 0.4 0.32 0.27 347.84 0.35 0.58
Hex B9 6F 7E 0 28 20 1B 15C 23 3A
Octal 271 157 176 0 50 40 33 534 43 72
Binary 10111001 1101111 1111110 0 101000 100000 11011 101011100 100011 111010

Color Harmonies of #B96F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F7E

Black with #B96F7E

Text Example


Text Example

White with #B96F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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