Html Css Color HEX #BD7186 Tapestry

📋 copy color: '#BD7186'

red 189 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #BD7186

Tints of Tapestry #BD7186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 43.35%
G = 25.92%
B = 30.73%

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

#BD7186 (or 0xBD7186) is known color: Tapestry. HEX triplet: BD, 71 and 86. RGB value is (189,113,134). Sum of RGB (Red+Green+Blue) = 189+113+134=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7186 is #428E79. Grayscale: #8A8A8A. Windows color (decimal): -4361850 or 8810941. OLE color: 8810941.

HSL color Cylindrical-coordinate representation of color #BD7186: hue angle of 343.42º 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 #BD7186 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 134 -
CMYK 0 0.40 0.29 0.26
HSL 343.42º 0.37% 0.59% -
HSV(B) 343.42º 0.4% 0.74% -
XYZ 31.19 24.35 25.61 -
YUV 138.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 189 113 134 0 0.40 0.29 0.26 343.42 0.37 0.59
Hex BD 71 86 0 28 1D 1A 157 25 3B
Octal 275 161 206 0 50 35 32 527 45 73
Binary 10111101 1110001 10000110 0 101000 11101 11010 101010111 100101 111011

Color Harmonies of #BD7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7186

Black with #BD7186

Text Example


Text Example

White with #BD7186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7186; }

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

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

background-color css

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

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

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

border-color css

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

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

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