Html Css Color HEX #B9748C Tapestry

📋 copy color: '#B9748C'

red 185 ◦ green 116 ◦ blue 140

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

Shades of Tapestry #B9748C

Tints of Tapestry #B9748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 41.95%
G = 26.3%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9748C (or 0xB9748C) is known color: Tapestry. HEX triplet: B9, 74 and 8C. RGB value is (185,116,140). Sum of RGB (Red+Green+Blue) = 185+116+140=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9748C is #468B73. Grayscale: #8B8B8B. Windows color (decimal): -4623220 or 9204921. OLE color: 9204921.

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

Color convert

RGB 185 116 140 -
CMYK 0 0.37 0.24 0.27
HSL 339.13º 0.33% 0.59% -
HSV(B) 339.13º 0.37% 0.73% -
XYZ 30.99 24.7 27.95 -
YUV 139.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 185 116 140 0 0.37 0.24 0.27 339.13 0.33 0.59
Hex B9 74 8C 0 25 18 1B 153 21 3B
Octal 271 164 214 0 45 30 33 523 41 73
Binary 10111001 1110100 10001100 0 100101 11000 11011 101010011 100001 111011

Color Harmonies of #B9748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9748C

Black with #B9748C

Text Example


Text Example

White with #B9748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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