Html Css Color HEX #B9737D Tapestry

📋 copy color: '#B9737D'

red 185 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #B9737D

Tints of Tapestry #B9737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 43.53%
G = 27.06%
B = 29.41%

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

#B9737D (or 0xB9737D) is known color: Tapestry. HEX triplet: B9, 73 and 7D. RGB value is (185,115,125). Sum of RGB (Red+Green+Blue) = 185+115+125=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9737D is #468C82. Grayscale: #898989. Windows color (decimal): -4623491 or 8221625. OLE color: 8221625.

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

Color convert

RGB 185 115 125 -
CMYK 0 0.38 0.32 0.27
HSL 351.43º 0.33% 0.59% -
HSV(B) 351.43º 0.38% 0.73% -
XYZ 29.84 24.06 22.47 -
YUV 137.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 185 115 125 0 0.38 0.32 0.27 351.43 0.33 0.59
Hex B9 73 7D 0 26 20 1B 15F 21 3B
Octal 271 163 175 0 46 40 33 537 41 73
Binary 10111001 1110011 1111101 0 100110 100000 11011 101011111 100001 111011

Color Harmonies of #B9737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9737D

Black with #B9737D

Text Example


Text Example

White with #B9737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9737D; }

 p { color: rgb(185,115,125); }

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

background-color css

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

 a { background-color: rgb(185,115,125); }

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

border-color css

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

 span { border-color: rgb(185,115,125); }

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