Html Css Color HEX #B9787E Tapestry

📋 copy color: '#B9787E'

red 185 ◦ green 120 ◦ blue 126

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

Shades of Tapestry #B9787E

Tints of Tapestry #B9787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 42.92%
G = 27.84%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9787E (or 0xB9787E) is known color: Tapestry. HEX triplet: B9, 78 and 7E. RGB value is (185,120,126). Sum of RGB (Red+Green+Blue) = 185+120+126=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9787E is #468781. Grayscale: #8C8C8C. Windows color (decimal): -4622210 or 8288441. OLE color: 8288441.

HSL color Cylindrical-coordinate representation of color #B9787E: hue angle of 354.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9787E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 120 126 -
CMYK 0 0.35 0.32 0.27
HSL 354.46º 0.32% 0.6% -
HSV(B) 354.46º 0.35% 0.73% -
XYZ 30.49 25.25 23.01 -
YUV 140.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 185 120 126 0 0.35 0.32 0.27 354.46 0.32 0.6
Hex B9 78 7E 0 23 20 1B 162 20 3C
Octal 271 170 176 0 43 40 33 542 40 74
Binary 10111001 1111000 1111110 0 100011 100000 11011 101100010 100000 111100

Color Harmonies of #B9787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9787E

Black with #B9787E

Text Example


Text Example

White with #B9787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9787E; }

 p { color: rgb(185,120,126); }

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

background-color css

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

 a { background-color: rgb(185,120,126); }

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

border-color css

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

 span { border-color: rgb(185,120,126); }

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