Html Css Color HEX #BD7189 Tapestry

📋 copy color: '#BD7189'

red 189 ◦ green 113 ◦ blue 137

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

Shades of Tapestry #BD7189

Tints of Tapestry #BD7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

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

R = 43.05%
G = 25.74%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7189 (or 0xBD7189) is known color: Tapestry. HEX triplet: BD, 71 and 89. RGB value is (189,113,137). Sum of RGB (Red+Green+Blue) = 189+113+137=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7189 is #428E76. Grayscale: #8A8A8A. Windows color (decimal): -4361847 or 9007549. OLE color: 9007549.

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

Color convert

RGB 189 113 137 -
CMYK 0 0.40 0.28 0.26
HSL 341.05º 0.37% 0.59% -
HSV(B) 341.05º 0.4% 0.74% -
XYZ 31.41 24.44 26.73 -
YUV 138.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 189 113 137 0 0.40 0.28 0.26 341.05 0.37 0.59
Hex BD 71 89 0 28 1C 1A 155 25 3B
Octal 275 161 211 0 50 34 32 525 45 73
Binary 10111101 1110001 10001001 0 101000 11100 11010 101010101 100101 111011

Color Harmonies of #BD7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7189

Black with #BD7189

Text Example


Text Example

White with #BD7189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7189; }

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

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

background-color css

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

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

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

border-color css

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

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

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