Html Css Color HEX #BD6A89 Tapestry

📋 copy color: '#BD6A89'

red 189 ◦ green 106 ◦ blue 137

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

Shades of Tapestry #BD6A89

Tints of Tapestry #BD6A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 43.75%
G = 24.54%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD6A89 (or 0xBD6A89) is known color: Tapestry. HEX triplet: BD, 6A and 89. RGB value is (189,106,137). Sum of RGB (Red+Green+Blue) = 189+106+137=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A89 is #429576. Grayscale: #868686. Windows color (decimal): -4363639 or 9005757. OLE color: 9005757.

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

Color convert

RGB 189 106 137 -
CMYK 0 0.44 0.28 0.26
HSL 337.59º 0.39% 0.58% -
HSV(B) 337.59º 0.44% 0.74% -
XYZ 30.66 22.93 26.48 -
YUV 134.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 189 106 137 0 0.44 0.28 0.26 337.59 0.39 0.58
Hex BD 6A 89 0 2C 1C 1A 152 27 3A
Octal 275 152 211 0 54 34 32 522 47 72
Binary 10111101 1101010 10001001 0 101100 11100 11010 101010010 100111 111010

Color Harmonies of #BD6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A89

Black with #BD6A89

Text Example


Text Example

White with #BD6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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