Html Css Color HEX #B96D84 Tapestry

📋 copy color: '#B96D84'

red 185 ◦ green 109 ◦ blue 132

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

Shades of Tapestry #B96D84

Tints of Tapestry #B96D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

 BLUE value IS 132 (51.95% from 255) = 30.99%

R = 43.43%
G = 25.59%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B96D84 (or 0xB96D84) is known color: Tapestry. HEX triplet: B9, 6D and 84. RGB value is (185,109,132). Sum of RGB (Red+Green+Blue) = 185+109+132=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D84 is #46927B. Grayscale: #868686. Windows color (decimal): -4625020 or 8678841. OLE color: 8678841.

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

Color convert

RGB 185 109 132 -
CMYK 0 0.41 0.29 0.27
HSL 341.84º 0.35% 0.58% -
HSV(B) 341.84º 0.41% 0.73% -
XYZ 29.64 22.92 24.69 -
YUV 134.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 185 109 132 0 0.41 0.29 0.27 341.84 0.35 0.58
Hex B9 6D 84 0 29 1D 1B 156 23 3A
Octal 271 155 204 0 51 35 33 526 43 72
Binary 10111001 1101101 10000100 0 101001 11101 11011 101010110 100011 111010

Color Harmonies of #B96D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D84

Black with #B96D84

Text Example


Text Example

White with #B96D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D84; }

 p { color: rgb(185,109,132); }

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

background-color css

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

 a { background-color: rgb(185,109,132); }

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

border-color css

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

 span { border-color: rgb(185,109,132); }

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