Html Css Color HEX #B9727F Tapestry

📋 copy color: '#B9727F'

red 185 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #B9727F

Tints of Tapestry #B9727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.81%

R = 43.43%
G = 26.76%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9727F (or 0xB9727F) is known color: Tapestry. HEX triplet: B9, 72 and 7F. RGB value is (185,114,127). Sum of RGB (Red+Green+Blue) = 185+114+127=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9727F is #468D80. Grayscale: #888888. Windows color (decimal): -4623745 or 8352441. OLE color: 8352441.

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

Color convert

RGB 185 114 127 -
CMYK 0 0.38 0.31 0.27
HSL 349.01º 0.34% 0.59% -
HSV(B) 349.01º 0.38% 0.73% -
XYZ 29.86 23.88 23.11 -
YUV 136.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 185 114 127 0 0.38 0.31 0.27 349.01 0.34 0.59
Hex B9 72 7F 0 26 1F 1B 15D 22 3B
Octal 271 162 177 0 46 37 33 535 42 73
Binary 10111001 1110010 1111111 0 100110 11111 11011 101011101 100010 111011

Color Harmonies of #B9727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9727F

Black with #B9727F

Text Example


Text Example

White with #B9727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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