Html Css Color HEX #B96A81 Tapestry

📋 copy color: '#B96A81'

red 185 ◦ green 106 ◦ blue 129

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

Shades of Tapestry #B96A81

Tints of Tapestry #B96A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 44.05%
G = 25.24%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96A81 (or 0xB96A81) is known color: Tapestry. HEX triplet: B9, 6A and 81. RGB value is (185,106,129). Sum of RGB (Red+Green+Blue) = 185+106+129=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A81 is #46957E. Grayscale: #848484. Windows color (decimal): -4625791 or 8481465. OLE color: 8481465.

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

Color convert

RGB 185 106 129 -
CMYK 0 0.43 0.30 0.27
HSL 342.53º 0.36% 0.57% -
HSV(B) 342.53º 0.43% 0.73% -
XYZ 29.12 22.21 23.52 -
YUV 132.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 185 106 129 0 0.43 0.30 0.27 342.53 0.36 0.57
Hex B9 6A 81 0 2B 1E 1B 157 24 39
Octal 271 152 201 0 53 36 33 527 44 71
Binary 10111001 1101010 10000001 0 101011 11110 11011 101010111 100100 111001

Color Harmonies of #B96A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A81

Black with #B96A81

Text Example


Text Example

White with #B96A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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