Html Css Color HEX #B9707A Tapestry

📋 copy color: '#B9707A'

red 185 ◦ green 112 ◦ blue 122

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

Shades of Tapestry #B9707A

Tints of Tapestry #B9707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 44.15%
G = 26.73%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9707A (or 0xB9707A) is known color: Tapestry. HEX triplet: B9, 70 and 7A. RGB value is (185,112,122). Sum of RGB (Red+Green+Blue) = 185+112+122=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9707A is #468F85. Grayscale: #878787. Windows color (decimal): -4624262 or 8024249. OLE color: 8024249.

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

Color convert

RGB 185 112 122 -
CMYK 0 0.39 0.34 0.27
HSL 351.78º 0.34% 0.58% -
HSV(B) 351.78º 0.39% 0.73% -
XYZ 29.31 23.31 21.37 -
YUV 134.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 185 112 122 0 0.39 0.34 0.27 351.78 0.34 0.58
Hex B9 70 7A 0 27 22 1B 160 22 3A
Octal 271 160 172 0 47 42 33 540 42 72
Binary 10111001 1110000 1111010 0 100111 100010 11011 101100000 100010 111010

Color Harmonies of #B9707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9707A

Black with #B9707A

Text Example


Text Example

White with #B9707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9707A; }

 p { color: rgb(185,112,122); }

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

background-color css

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

 a { background-color: rgb(185,112,122); }

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

border-color css

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

 span { border-color: rgb(185,112,122); }

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