Html Css Color HEX #BD7087 Tapestry

📋 copy color: '#BD7087'

red 189 ◦ green 112 ◦ blue 135

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

Shades of Tapestry #BD7087

Tints of Tapestry #BD7087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 43.35%
G = 25.69%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD7087 (or 0xBD7087) is known color: Tapestry. HEX triplet: BD, 70 and 87. RGB value is (189,112,135). Sum of RGB (Red+Green+Blue) = 189+112+135=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7087 is #428F78. Grayscale: #898989. Windows color (decimal): -4362105 or 8876221. OLE color: 8876221.

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

Color convert

RGB 189 112 135 -
CMYK 0 0.41 0.29 0.26
HSL 342.08º 0.37% 0.59% -
HSV(B) 342.08º 0.41% 0.74% -
XYZ 31.15 24.16 25.94 -
YUV 137.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 189 112 135 0 0.41 0.29 0.26 342.08 0.37 0.59
Hex BD 70 87 0 29 1D 1A 156 25 3B
Octal 275 160 207 0 51 35 32 526 45 73
Binary 10111101 1110000 10000111 0 101001 11101 11010 101010110 100101 111011

Color Harmonies of #BD7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7087

Black with #BD7087

Text Example


Text Example

White with #BD7087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7087; }

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

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

background-color css

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

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

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

border-color css

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

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

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