Html Css Color HEX #BD7589 Tapestry

📋 copy color: '#BD7589'

red 189 ◦ green 117 ◦ blue 137

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

Shades of Tapestry #BD7589

Tints of Tapestry #BD7589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 42.66%
G = 26.41%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD7589 (or 0xBD7589) is known color: Tapestry. HEX triplet: BD, 75 and 89. RGB value is (189,117,137). Sum of RGB (Red+Green+Blue) = 189+117+137=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7589 is #428A76. Grayscale: #8C8C8C. Windows color (decimal): -4360823 or 9008573. OLE color: 9008573.

HSL color Cylindrical-coordinate representation of color #BD7589: hue angle of 343.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7589 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 137 -
CMYK 0 0.38 0.28 0.26
HSL 343.33º 0.35% 0.6% -
HSV(B) 343.33º 0.38% 0.74% -
XYZ 31.86 25.35 26.88 -
YUV 140.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 189 117 137 0 0.38 0.28 0.26 343.33 0.35 0.6
Hex BD 75 89 0 26 1C 1A 157 23 3C
Octal 275 165 211 0 46 34 32 527 43 74
Binary 10111101 1110101 10001001 0 100110 11100 11010 101010111 100011 111100

Color Harmonies of #BD7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7589

Black with #BD7589

Text Example


Text Example

White with #BD7589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7589; }

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

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

background-color css

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

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

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

border-color css

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

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

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