Html Css Color HEX #BD7187 Tapestry

📋 copy color: '#BD7187'

red 189 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #BD7187

Tints of Tapestry #BD7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

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

R = 43.25%
G = 25.86%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD7187 (or 0xBD7187) is known color: Tapestry. HEX triplet: BD, 71 and 87. RGB value is (189,113,135). Sum of RGB (Red+Green+Blue) = 189+113+135=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7187 is #428E78. Grayscale: #8A8A8A. Windows color (decimal): -4361849 or 8876477. OLE color: 8876477.

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

Color convert

RGB 189 113 135 -
CMYK 0 0.40 0.29 0.26
HSL 342.63º 0.37% 0.59% -
HSV(B) 342.63º 0.4% 0.74% -
XYZ 31.26 24.38 25.98 -
YUV 138.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 189 113 135 0 0.40 0.29 0.26 342.63 0.37 0.59
Hex BD 71 87 0 28 1D 1A 157 25 3B
Octal 275 161 207 0 50 35 32 527 45 73
Binary 10111101 1110001 10000111 0 101000 11101 11010 101010111 100101 111011

Color Harmonies of #BD7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7187

Black with #BD7187

Text Example


Text Example

White with #BD7187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7187; }

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

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

background-color css

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

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

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

border-color css

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

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

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