Html Css Color HEX #B96D7B Tapestry

📋 copy color: '#B96D7B'

red 185 ◦ green 109 ◦ blue 123

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

Shades of Tapestry #B96D7B

Tints of Tapestry #B96D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 44.36%
G = 26.14%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B96D7B (or 0xB96D7B) is known color: Tapestry. HEX triplet: B9, 6D and 7B. RGB value is (185,109,123). Sum of RGB (Red+Green+Blue) = 185+109+123=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D7B is #469284. Grayscale: #858585. Windows color (decimal): -4625029 or 8089017. OLE color: 8089017.

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

Color convert

RGB 185 109 123 -
CMYK 0 0.41 0.34 0.27
HSL 348.95º 0.35% 0.58% -
HSV(B) 348.95º 0.41% 0.73% -
XYZ 29.05 22.68 21.59 -
YUV 133.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 185 109 123 0 0.41 0.34 0.27 348.95 0.35 0.58
Hex B9 6D 7B 0 29 22 1B 15D 23 3A
Octal 271 155 173 0 51 42 33 535 43 72
Binary 10111001 1101101 1111011 0 101001 100010 11011 101011101 100011 111010

Color Harmonies of #B96D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D7B

Black with #B96D7B

Text Example


Text Example

White with #B96D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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