Html Css Color HEX #B96E81 Tapestry

📋 copy color: '#B96E81'

red 185 ◦ green 110 ◦ blue 129

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

Shades of Tapestry #B96E81

Tints of Tapestry #B96E81

RGB

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

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

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

R = 43.63%
G = 25.94%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96E81 (or 0xB96E81) is known color: Tapestry. HEX triplet: B9, 6E and 81. RGB value is (185,110,129). Sum of RGB (Red+Green+Blue) = 185+110+129=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96E81 is #46917E. Grayscale: #868686. Windows color (decimal): -4624767 or 8482489. OLE color: 8482489.

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

Color convert

RGB 185 110 129 -
CMYK 0 0.41 0.30 0.27
HSL 344.8º 0.35% 0.58% -
HSV(B) 344.8º 0.41% 0.73% -
XYZ 29.55 23.05 23.66 -
YUV 134.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 185 110 129 0 0.41 0.30 0.27 344.8 0.35 0.58
Hex B9 6E 81 0 29 1E 1B 159 23 3A
Octal 271 156 201 0 51 36 33 531 43 72
Binary 10111001 1101110 10000001 0 101001 11110 11011 101011001 100011 111010

Color Harmonies of #B96E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E81

Black with #B96E81

Text Example


Text Example

White with #B96E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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