Html Css Color HEX #B96A84 Tapestry

📋 copy color: '#B96A84'

red 185 ◦ green 106 ◦ blue 132

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

Shades of Tapestry #B96A84

Tints of Tapestry #B96A84

RGB

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

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

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

R = 43.74%
G = 25.06%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B96A84 (or 0xB96A84) is known color: Tapestry. HEX triplet: B9, 6A and 84. RGB value is (185,106,132). Sum of RGB (Red+Green+Blue) = 185+106+132=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A84 is #46957B. Grayscale: #848484. Windows color (decimal): -4625788 or 8678073. OLE color: 8678073.

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

Color convert

RGB 185 106 132 -
CMYK 0 0.43 0.29 0.27
HSL 340.25º 0.36% 0.57% -
HSV(B) 340.25º 0.43% 0.73% -
XYZ 29.33 22.29 24.59 -
YUV 132.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 185 106 132 0 0.43 0.29 0.27 340.25 0.36 0.57
Hex B9 6A 84 0 2B 1D 1B 154 24 39
Octal 271 152 204 0 53 35 33 524 44 71
Binary 10111001 1101010 10000100 0 101011 11101 11011 101010100 100100 111001

Color Harmonies of #B96A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A84

Black with #B96A84

Text Example


Text Example

White with #B96A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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