Html Css Color HEX #BD787C Tapestry

📋 copy color: '#BD787C'

red 189 ◦ green 120 ◦ blue 124

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

Shades of Tapestry #BD787C

Tints of Tapestry #BD787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.71%

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

R = 43.65%
G = 27.71%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD787C (or 0xBD787C) is known color: Tapestry. HEX triplet: BD, 78 and 7C. RGB value is (189,120,124). Sum of RGB (Red+Green+Blue) = 189+120+124=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD787C is #428783. Grayscale: #8D8D8D. Windows color (decimal): -4360068 or 8157373. OLE color: 8157373.

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

Color convert

RGB 189 120 124 -
CMYK 0 0.37 0.34 0.26
HSL 356.52º 0.34% 0.61% -
HSV(B) 356.52º 0.37% 0.74% -
XYZ 31.34 25.71 22.38 -
YUV 141.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 189 120 124 0 0.37 0.34 0.26 356.52 0.34 0.61
Hex BD 78 7C 0 25 22 1A 165 22 3D
Octal 275 170 174 0 45 42 32 545 42 75
Binary 10111101 1111000 1111100 0 100101 100010 11010 101100101 100010 111101

Color Harmonies of #BD787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD787C

Black with #BD787C

Text Example


Text Example

White with #BD787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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