Html Css Color HEX #BD7586 Tapestry

📋 copy color: '#BD7586'

red 189 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #BD7586

Tints of Tapestry #BD7586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

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

R = 42.95%
G = 26.59%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD7586 (or 0xBD7586) is known color: Tapestry. HEX triplet: BD, 75 and 86. RGB value is (189,117,134). Sum of RGB (Red+Green+Blue) = 189+117+134=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7586 is #428A79. Grayscale: #8C8C8C. Windows color (decimal): -4360826 or 8811965. OLE color: 8811965.

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

Color convert

RGB 189 117 134 -
CMYK 0 0.38 0.29 0.26
HSL 345.83º 0.35% 0.6% -
HSV(B) 345.83º 0.38% 0.74% -
XYZ 31.65 25.26 25.76 -
YUV 140.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 189 117 134 0 0.38 0.29 0.26 345.83 0.35 0.6
Hex BD 75 86 0 26 1D 1A 15A 23 3C
Octal 275 165 206 0 46 35 32 532 43 74
Binary 10111101 1110101 10000110 0 100110 11101 11010 101011010 100011 111100

Color Harmonies of #BD7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7586

Black with #BD7586

Text Example


Text Example

White with #BD7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7586; }

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

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

background-color css

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

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

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

border-color css

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

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

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