Html Css Color HEX #BD7579 Tapestry

📋 copy color: '#BD7579'

red 189 ◦ green 117 ◦ blue 121

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

Shades of Tapestry #BD7579

Tints of Tapestry #BD7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

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

R = 44.26%
G = 27.4%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD7579 (or 0xBD7579) is known color: Tapestry. HEX triplet: BD, 75 and 79. RGB value is (189,117,121). Sum of RGB (Red+Green+Blue) = 189+117+121=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7579 is #428A86. Grayscale: #8B8B8B. Windows color (decimal): -4360839 or 7959997. OLE color: 7959997.

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

Color convert

RGB 189 117 121 -
CMYK 0 0.38 0.36 0.26
HSL 356.67º 0.35% 0.6% -
HSV(B) 356.67º 0.38% 0.74% -
XYZ 30.8 24.92 21.28 -
YUV 138.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 189 117 121 0 0.38 0.36 0.26 356.67 0.35 0.6
Hex BD 75 79 0 26 24 1A 165 23 3C
Octal 275 165 171 0 46 44 32 545 43 74
Binary 10111101 1110101 1111001 0 100110 100100 11010 101100101 100011 111100

Color Harmonies of #BD7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7579

Black with #BD7579

Text Example


Text Example

White with #BD7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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