Html Css Color HEX #B9748F Tapestry

📋 copy color: '#B9748F'

red 185 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #B9748F

Tints of Tapestry #B9748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 143 (56.25% from 255) = 32.21%

R = 41.67%
G = 26.13%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9748F (or 0xB9748F) is known color: Tapestry. HEX triplet: B9, 74 and 8F. RGB value is (185,116,143). Sum of RGB (Red+Green+Blue) = 185+116+143=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9748F is #468B70. Grayscale: #8B8B8B. Windows color (decimal): -4623217 or 9401529. OLE color: 9401529.

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

Color convert

RGB 185 116 143 -
CMYK 0 0.37 0.23 0.27
HSL 336.52º 0.33% 0.59% -
HSV(B) 336.52º 0.37% 0.73% -
XYZ 31.21 24.79 29.13 -
YUV 139.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 185 116 143 0 0.37 0.23 0.27 336.52 0.33 0.59
Hex B9 74 8F 0 25 17 1B 151 21 3B
Octal 271 164 217 0 45 27 33 521 41 73
Binary 10111001 1110100 10001111 0 100101 10111 11011 101010001 100001 111011

Color Harmonies of #B9748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9748F

Black with #B9748F

Text Example


Text Example

White with #B9748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9748F; }

 p { color: rgb(185,116,143); }

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

background-color css

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

 a { background-color: rgb(185,116,143); }

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

border-color css

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

 span { border-color: rgb(185,116,143); }

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