Html Css Color HEX #BD797C Tapestry

📋 copy color: '#BD797C'

red 189 ◦ green 121 ◦ blue 124

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

Shades of Tapestry #BD797C

Tints of Tapestry #BD797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

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

R = 43.55%
G = 27.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD797C (or 0xBD797C) is known color: Tapestry. HEX triplet: BD, 79 and 7C. RGB value is (189,121,124). Sum of RGB (Red+Green+Blue) = 189+121+124=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797C is #428683. Grayscale: #8D8D8D. Windows color (decimal): -4359812 or 8157629. OLE color: 8157629.

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

Color convert

RGB 189 121 124 -
CMYK 0 0.36 0.34 0.26
HSL 357.35º 0.34% 0.61% -
HSV(B) 357.35º 0.36% 0.74% -
XYZ 31.46 25.95 22.42 -
YUV 141.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 189 121 124 0 0.36 0.34 0.26 357.35 0.34 0.61
Hex BD 79 7C 0 24 22 1A 165 22 3D
Octal 275 171 174 0 44 42 32 545 42 75
Binary 10111101 1111001 1111100 0 100100 100010 11010 101100101 100010 111101

Color Harmonies of #BD797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD797C

Black with #BD797C

Text Example


Text Example

White with #BD797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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