Html Css Color HEX #BD7F89 Tapestry

📋 copy color: '#BD7F89'

red 189 ◦ green 127 ◦ blue 137

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

Shades of Tapestry #BD7F89

Tints of Tapestry #BD7F89

RGB

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

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

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

R = 41.72%
G = 28.04%
B = 30.24%

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

#BD7F89 (or 0xBD7F89) is known color: Tapestry. HEX triplet: BD, 7F and 89. RGB value is (189,127,137). Sum of RGB (Red+Green+Blue) = 189+127+137=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F89 is #428076. Grayscale: #929292. Windows color (decimal): -4358263 or 9011133. OLE color: 9011133.

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

Color convert

RGB 189 127 137 -
CMYK 0 0.33 0.28 0.26
HSL 350.32º 0.32% 0.62% -
HSV(B) 350.32º 0.33% 0.74% -
XYZ 33.09 27.8 27.29 -
YUV 146.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 189 127 137 0 0.33 0.28 0.26 350.32 0.32 0.62
Hex BD 7F 89 0 21 1C 1A 15E 20 3E
Octal 275 177 211 0 41 34 32 536 40 76
Binary 10111101 1111111 10001001 0 100001 11100 11010 101011110 100000 111110

Color Harmonies of #BD7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F89

Black with #BD7F89

Text Example


Text Example

White with #BD7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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