Html Css Color HEX #BD6589 Tapestry

📋 copy color: '#BD6589'

red 189 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #BD6589

Tints of Tapestry #BD6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.65%

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

R = 44.26%
G = 23.65%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD6589 (or 0xBD6589) is known color: Tapestry. HEX triplet: BD, 65 and 89. RGB value is (189,101,137). Sum of RGB (Red+Green+Blue) = 189+101+137=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6589 is #429A76. Grayscale: #838383. Windows color (decimal): -4364919 or 9004477. OLE color: 9004477.

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

Color convert

RGB 189 101 137 -
CMYK 0 0.47 0.28 0.26
HSL 335.45º 0.4% 0.57% -
HSV(B) 335.45º 0.47% 0.74% -
XYZ 30.16 21.93 26.31 -
YUV 131.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 189 101 137 0 0.47 0.28 0.26 335.45 0.4 0.57
Hex BD 65 89 0 2F 1C 1A 14F 28 39
Octal 275 145 211 0 57 34 32 517 50 71
Binary 10111101 1100101 10001001 0 101111 11100 11010 101001111 101000 111001

Color Harmonies of #BD6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6589

Black with #BD6589

Text Example


Text Example

White with #BD6589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6589; }

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

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

background-color css

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

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

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

border-color css

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

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

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