Html Css Color HEX #BD7079 Tapestry

📋 copy color: '#BD7079'

red 189 ◦ green 112 ◦ blue 121

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

Shades of Tapestry #BD7079

Tints of Tapestry #BD7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.54%

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

R = 44.79%
G = 26.54%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD7079 (or 0xBD7079) is known color: Tapestry. HEX triplet: BD, 70 and 79. RGB value is (189,112,121). Sum of RGB (Red+Green+Blue) = 189+112+121=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7079 is #428F86. Grayscale: #888888. Windows color (decimal): -4362119 or 7958717. OLE color: 7958717.

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

Color convert

RGB 189 112 121 -
CMYK 0 0.41 0.36 0.26
HSL 352.99º 0.37% 0.59% -
HSV(B) 352.99º 0.41% 0.74% -
XYZ 30.23 23.79 21.09 -
YUV 136.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 189 112 121 0 0.41 0.36 0.26 352.99 0.37 0.59
Hex BD 70 79 0 29 24 1A 161 25 3B
Octal 275 160 171 0 51 44 32 541 45 73
Binary 10111101 1110000 1111001 0 101001 100100 11010 101100001 100101 111011

Color Harmonies of #BD7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7079

Black with #BD7079

Text Example


Text Example

White with #BD7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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