Html Css Color HEX #B96E7D Tapestry

📋 copy color: '#B96E7D'

red 185 ◦ green 110 ◦ blue 125

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

Shades of Tapestry #B96E7D

Tints of Tapestry #B96E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 44.05%
G = 26.19%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B96E7D (or 0xB96E7D) is known color: Tapestry. HEX triplet: B9, 6E and 7D. RGB value is (185,110,125). Sum of RGB (Red+Green+Blue) = 185+110+125=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E7D is #469182. Grayscale: #868686. Windows color (decimal): -4624771 or 8220345. OLE color: 8220345.

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

Color convert

RGB 185 110 125 -
CMYK 0 0.41 0.32 0.27
HSL 348º 0.35% 0.58% -
HSV(B) 348º 0.41% 0.73% -
XYZ 29.29 22.95 22.29 -
YUV 134.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 185 110 125 0 0.41 0.32 0.27 348 0.35 0.58
Hex B9 6E 7D 0 29 20 1B 15C 23 3A
Octal 271 156 175 0 51 40 33 534 43 72
Binary 10111001 1101110 1111101 0 101001 100000 11011 101011100 100011 111010

Color Harmonies of #B96E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E7D

Black with #B96E7D

Text Example


Text Example

White with #B96E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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