Html Css Color HEX #BD6E79 Tapestry

📋 copy color: '#BD6E79'

red 189 ◦ green 110 ◦ blue 121

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

Shades of Tapestry #BD6E79

Tints of Tapestry #BD6E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.19%

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 45%
G = 26.19%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD6E79 (or 0xBD6E79) is known color: Tapestry. HEX triplet: BD, 6E and 79. RGB value is (189,110,121). Sum of RGB (Red+Green+Blue) = 189+110+121=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E79 is #429186. Grayscale: #868686. Windows color (decimal): -4362631 or 7958205. OLE color: 7958205.

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

Color convert

RGB 189 110 121 -
CMYK 0 0.42 0.36 0.26
HSL 351.65º 0.37% 0.59% -
HSV(B) 351.65º 0.42% 0.74% -
XYZ 30.01 23.35 21.01 -
YUV 134.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 189 110 121 0 0.42 0.36 0.26 351.65 0.37 0.59
Hex BD 6E 79 0 2A 24 1A 160 25 3B
Octal 275 156 171 0 52 44 32 540 45 73
Binary 10111101 1101110 1111001 0 101010 100100 11010 101100000 100101 111011

Color Harmonies of #BD6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E79

Black with #BD6E79

Text Example


Text Example

White with #BD6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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