Html Css Color HEX #BD6B87 Tapestry

📋 copy color: '#BD6B87'

red 189 ◦ green 107 ◦ blue 135

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

Shades of Tapestry #BD6B87

Tints of Tapestry #BD6B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 43.85%
G = 24.83%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD6B87 (or 0xBD6B87) is known color: Tapestry. HEX triplet: BD, 6B and 87. RGB value is (189,107,135). Sum of RGB (Red+Green+Blue) = 189+107+135=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6B87 is #429478. Grayscale: #868686. Windows color (decimal): -4363385 or 8874941. OLE color: 8874941.

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

Color convert

RGB 189 107 135 -
CMYK 0 0.43 0.29 0.26
HSL 339.51º 0.38% 0.58% -
HSV(B) 339.51º 0.43% 0.74% -
XYZ 30.62 23.08 25.76 -
YUV 134.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 189 107 135 0 0.43 0.29 0.26 339.51 0.38 0.58
Hex BD 6B 87 0 2B 1D 1A 154 26 3A
Octal 275 153 207 0 53 35 32 524 46 72
Binary 10111101 1101011 10000111 0 101011 11101 11010 101010100 100110 111010

Color Harmonies of #BD6B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B87

Black with #BD6B87

Text Example


Text Example

White with #BD6B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B87; }

 p { color: rgb(189,107,135); }

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

background-color css

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

 a { background-color: rgb(189,107,135); }

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

border-color css

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

 span { border-color: rgb(189,107,135); }

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