Html Css Color HEX #BD6889 Tapestry

📋 copy color: '#BD6889'

red 189 ◦ green 104 ◦ blue 137

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

Shades of Tapestry #BD6889

Tints of Tapestry #BD6889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 43.95%
G = 24.19%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD6889 (or 0xBD6889) is known color: Tapestry. HEX triplet: BD, 68 and 89. RGB value is (189,104,137). Sum of RGB (Red+Green+Blue) = 189+104+137=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6889 is #429776. Grayscale: #858585. Windows color (decimal): -4364151 or 9005245. OLE color: 9005245.

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

Color convert

RGB 189 104 137 -
CMYK 0 0.45 0.28 0.26
HSL 336.71º 0.39% 0.57% -
HSV(B) 336.71º 0.45% 0.74% -
XYZ 30.45 22.53 26.41 -
YUV 133.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 189 104 137 0 0.45 0.28 0.26 336.71 0.39 0.57
Hex BD 68 89 0 2D 1C 1A 151 27 39
Octal 275 150 211 0 55 34 32 521 47 71
Binary 10111101 1101000 10001001 0 101101 11100 11010 101010001 100111 111001

Color Harmonies of #BD6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6889

Black with #BD6889

Text Example


Text Example

White with #BD6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6889; }

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

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

background-color css

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

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

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

border-color css

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

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

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