Html Css Color HEX #BD747C Tapestry

📋 copy color: '#BD747C'

red 189 ◦ green 116 ◦ blue 124

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

Shades of Tapestry #BD747C

Tints of Tapestry #BD747C

RGB

 RED value IS 189 (74.22% from 255) = 44.06%

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 44.06%
G = 27.04%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD747C (or 0xBD747C) is known color: Tapestry. HEX triplet: BD, 74 and 7C. RGB value is (189,116,124). Sum of RGB (Red+Green+Blue) = 189+116+124=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747C is #428B83. Grayscale: #8A8A8A. Windows color (decimal): -4361092 or 8156349. OLE color: 8156349.

HSL color Cylindrical-coordinate representation of color #BD747C: hue angle of 353.42º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD747C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 124 -
CMYK 0 0.39 0.34 0.26
HSL 353.42º 0.36% 0.6% -
HSV(B) 353.42º 0.39% 0.74% -
XYZ 30.87 24.76 22.22 -
YUV 138.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 189 116 124 0 0.39 0.34 0.26 353.42 0.36 0.6
Hex BD 74 7C 0 27 22 1A 161 24 3C
Octal 275 164 174 0 47 42 32 541 44 74
Binary 10111101 1110100 1111100 0 100111 100010 11010 101100001 100100 111100

Color Harmonies of #BD747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD747C

Black with #BD747C

Text Example


Text Example

White with #BD747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD747C; }

 p { color: rgb(189,116,124); }

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

background-color css

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

 a { background-color: rgb(189,116,124); }

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

border-color css

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

 span { border-color: rgb(189,116,124); }

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