Html Css Color HEX #BD798D Tapestry

📋 copy color: '#BD798D'

red 189 ◦ green 121 ◦ blue 141

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

Shades of Tapestry #BD798D

Tints of Tapestry #BD798D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 41.91%
G = 26.83%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD798D (or 0xBD798D) is known color: Tapestry. HEX triplet: BD, 79 and 8D. RGB value is (189,121,141). Sum of RGB (Red+Green+Blue) = 189+121+141=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD798D is #428672. Grayscale: #8F8F8F. Windows color (decimal): -4359795 or 9271741. OLE color: 9271741.

HSL color Cylindrical-coordinate representation of color #BD798D: hue angle of 342.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 #BD798D is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 141 -
CMYK 0 0.36 0.25 0.26
HSL 342.35º 0.34% 0.61% -
HSV(B) 342.35º 0.36% 0.74% -
XYZ 32.63 26.42 28.58 -
YUV 143.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 189 121 141 0 0.36 0.25 0.26 342.35 0.34 0.61
Hex BD 79 8D 0 24 19 1A 156 22 3D
Octal 275 171 215 0 44 31 32 526 42 75
Binary 10111101 1111001 10001101 0 100100 11001 11010 101010110 100010 111101

Color Harmonies of #BD798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD798D

Black with #BD798D

Text Example


Text Example

White with #BD798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD798D; }

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

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

background-color css

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

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

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

border-color css

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

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

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