Html Css Color HEX #BD5E86 Tapestry

📋 copy color: '#BD5E86'

red 189 ◦ green 94 ◦ blue 134

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

Shades of Tapestry #BD5E86

Tints of Tapestry #BD5E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

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

R = 45.32%
G = 22.54%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD5E86 (or 0xBD5E86) is known color: Tapestry. HEX triplet: BD, 5E and 86. RGB value is (189,94,134). Sum of RGB (Red+Green+Blue) = 189+94+134=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E86 is #42A179. Grayscale: #7E7E7E. Windows color (decimal): -4366714 or 8806077. OLE color: 8806077.

HSL color Cylindrical-coordinate representation of color #BD5E86: hue angle of 334.74º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E86 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 134 -
CMYK 0 0.50 0.29 0.26
HSL 334.74º 0.42% 0.55% -
HSV(B) 334.74º 0.5% 0.74% -
XYZ 29.29 20.55 24.98 -
YUV 126.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 189 94 134 0 0.50 0.29 0.26 334.74 0.42 0.55
Hex BD 5E 86 0 32 1D 1A 14F 2A 37
Octal 275 136 206 0 62 35 32 517 52 67
Binary 10111101 1011110 10000110 0 110010 11101 11010 101001111 101010 110111

Color Harmonies of #BD5E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E86

Black with #BD5E86

Text Example


Text Example

White with #BD5E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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