Html Css Color HEX #B9738D Tapestry

📋 copy color: '#B9738D'

red 185 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #B9738D

Tints of Tapestry #B9738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 41.95%
G = 26.08%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9738D (or 0xB9738D) is known color: Tapestry. HEX triplet: B9, 73 and 8D. RGB value is (185,115,141). Sum of RGB (Red+Green+Blue) = 185+115+141=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9738D is #468C72. Grayscale: #8A8A8A. Windows color (decimal): -4623475 or 9270201. OLE color: 9270201.

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

Color convert

RGB 185 115 141 -
CMYK 0 0.38 0.24 0.27
HSL 337.71º 0.33% 0.59% -
HSV(B) 337.71º 0.38% 0.73% -
XYZ 30.95 24.5 28.3 -
YUV 138.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 185 115 141 0 0.38 0.24 0.27 337.71 0.33 0.59
Hex B9 73 8D 0 26 18 1B 152 21 3B
Octal 271 163 215 0 46 30 33 522 41 73
Binary 10111001 1110011 10001101 0 100110 11000 11011 101010010 100001 111011

Color Harmonies of #B9738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9738D

Black with #B9738D

Text Example


Text Example

White with #B9738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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