Html Css Color HEX #BD6489 Tapestry

📋 copy color: '#BD6489'

red 189 ◦ green 100 ◦ blue 137

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

Shades of Tapestry #BD6489

Tints of Tapestry #BD6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 44.37%
G = 23.47%
B = 32.16%

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

#BD6489 (or 0xBD6489) is known color: Tapestry. HEX triplet: BD, 64 and 89. RGB value is (189,100,137). Sum of RGB (Red+Green+Blue) = 189+100+137=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6489 is #429B76. Grayscale: #828282. Windows color (decimal): -4365175 or 9004221. OLE color: 9004221.

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

Color convert

RGB 189 100 137 -
CMYK 0 0.47 0.28 0.26
HSL 335.06º 0.4% 0.57% -
HSV(B) 335.06º 0.47% 0.74% -
XYZ 30.06 21.74 26.28 -
YUV 130.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 189 100 137 0 0.47 0.28 0.26 335.06 0.4 0.57
Hex BD 64 89 0 2F 1C 1A 14F 28 39
Octal 275 144 211 0 57 34 32 517 50 71
Binary 10111101 1100100 10001001 0 101111 11100 11010 101001111 101000 111001

Color Harmonies of #BD6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6489

Black with #BD6489

Text Example


Text Example

White with #BD6489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6489; }

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

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

background-color css

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

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

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

border-color css

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

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

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