Html Css Color HEX #BD7E89 Tapestry

📋 copy color: '#BD7E89'

red 189 ◦ green 126 ◦ blue 137

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

Shades of Tapestry #BD7E89

Tints of Tapestry #BD7E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.88%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 41.81%
G = 27.88%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7E89 (or 0xBD7E89) is known color: Tapestry. HEX triplet: BD, 7E and 89. RGB value is (189,126,137). Sum of RGB (Red+Green+Blue) = 189+126+137=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E89 is #428176. Grayscale: #929292. Windows color (decimal): -4358519 or 9010877. OLE color: 9010877.

HSL color Cylindrical-coordinate representation of color #BD7E89: hue angle of 349.52º 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 #BD7E89 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 137 -
CMYK 0 0.33 0.28 0.26
HSL 349.52º 0.32% 0.62% -
HSV(B) 349.52º 0.33% 0.74% -
XYZ 32.96 27.55 27.25 -
YUV 146.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 189 126 137 0 0.33 0.28 0.26 349.52 0.32 0.62
Hex BD 7E 89 0 21 1C 1A 15E 20 3E
Octal 275 176 211 0 41 34 32 536 40 76
Binary 10111101 1111110 10001001 0 100001 11100 11010 101011110 100000 111110

Color Harmonies of #BD7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E89

Black with #BD7E89

Text Example


Text Example

White with #BD7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E89; }

 p { color: rgb(189,126,137); }

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

background-color css

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

 a { background-color: rgb(189,126,137); }

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

border-color css

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

 span { border-color: rgb(189,126,137); }

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