Html Css Color HEX #B9707E Tapestry

📋 copy color: '#B9707E'

red 185 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #B9707E

Tints of Tapestry #B9707E

RGB

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

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

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

R = 43.74%
G = 26.48%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9707E (or 0xB9707E) is known color: Tapestry. HEX triplet: B9, 70 and 7E. RGB value is (185,112,126). Sum of RGB (Red+Green+Blue) = 185+112+126=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9707E is #468F81. Grayscale: #878787. Windows color (decimal): -4624258 or 8286393. OLE color: 8286393.

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

Color convert

RGB 185 112 126 -
CMYK 0 0.39 0.32 0.27
HSL 348.49º 0.34% 0.58% -
HSV(B) 348.49º 0.39% 0.73% -
XYZ 29.57 23.41 22.7 -
YUV 135.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 185 112 126 0 0.39 0.32 0.27 348.49 0.34 0.58
Hex B9 70 7E 0 27 20 1B 15C 22 3A
Octal 271 160 176 0 47 40 33 534 42 72
Binary 10111001 1110000 1111110 0 100111 100000 11011 101011100 100010 111010

Color Harmonies of #B9707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9707E

Black with #B9707E

Text Example


Text Example

White with #B9707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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