Html Css Color HEX #B9727E Tapestry

📋 copy color: '#B9727E'

red 185 ◦ green 114 ◦ blue 126

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

Shades of Tapestry #B9727E

Tints of Tapestry #B9727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

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

R = 43.53%
G = 26.82%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9727E (or 0xB9727E) is known color: Tapestry. HEX triplet: B9, 72 and 7E. RGB value is (185,114,126). Sum of RGB (Red+Green+Blue) = 185+114+126=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9727E is #468D81. Grayscale: #888888. Windows color (decimal): -4623746 or 8286905. OLE color: 8286905.

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

Color convert

RGB 185 114 126 -
CMYK 0 0.38 0.32 0.27
HSL 349.86º 0.34% 0.59% -
HSV(B) 349.86º 0.38% 0.73% -
XYZ 29.79 23.86 22.77 -
YUV 136.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 185 114 126 0 0.38 0.32 0.27 349.86 0.34 0.59
Hex B9 72 7E 0 26 20 1B 15E 22 3B
Octal 271 162 176 0 46 40 33 536 42 73
Binary 10111001 1110010 1111110 0 100110 100000 11011 101011110 100010 111011

Color Harmonies of #B9727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9727E

Black with #B9727E

Text Example


Text Example

White with #B9727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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