Html Css Color HEX #BD7F85 Tapestry

📋 copy color: '#BD7F85'

red 189 ◦ green 127 ◦ blue 133

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

Shades of Tapestry #BD7F85

Tints of Tapestry #BD7F85

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 42.09%
G = 28.29%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD7F85 (or 0xBD7F85) is known color: Tapestry. HEX triplet: BD, 7F and 85. RGB value is (189,127,133). Sum of RGB (Red+Green+Blue) = 189+127+133=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F85 is #42807A. Grayscale: #929292. Windows color (decimal): -4358267 or 8748989. OLE color: 8748989.

HSL color Cylindrical-coordinate representation of color #BD7F85: hue angle of 354.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7F85 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 133 -
CMYK 0 0.33 0.30 0.26
HSL 354.19º 0.32% 0.62% -
HSV(B) 354.19º 0.33% 0.74% -
XYZ 32.81 27.69 25.81 -
YUV 146.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 189 127 133 0 0.33 0.30 0.26 354.19 0.32 0.62
Hex BD 7F 85 0 21 1E 1A 162 20 3E
Octal 275 177 205 0 41 36 32 542 40 76
Binary 10111101 1111111 10000101 0 100001 11110 11010 101100010 100000 111110

Color Harmonies of #BD7F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F85

Black with #BD7F85

Text Example


Text Example

White with #BD7F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F85; }

 p { color: rgb(189,127,133); }

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

background-color css

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

 a { background-color: rgb(189,127,133); }

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

border-color css

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

 span { border-color: rgb(189,127,133); }

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