Html Css Color HEX #BD7584 Tapestry

📋 copy color: '#BD7584'

red 189 ◦ green 117 ◦ blue 132

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

Shades of Tapestry #BD7584

Tints of Tapestry #BD7584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 43.15%
G = 26.71%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD7584 (or 0xBD7584) is known color: Tapestry. HEX triplet: BD, 75 and 84. RGB value is (189,117,132). Sum of RGB (Red+Green+Blue) = 189+117+132=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7584 is #428A7B. Grayscale: #8C8C8C. Windows color (decimal): -4360828 or 8680893. OLE color: 8680893.

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

Color convert

RGB 189 117 132 -
CMYK 0 0.38 0.30 0.26
HSL 347.5º 0.35% 0.6% -
HSV(B) 347.5º 0.38% 0.74% -
XYZ 31.51 25.21 25.03 -
YUV 140.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 189 117 132 0 0.38 0.30 0.26 347.5 0.35 0.6
Hex BD 75 84 0 26 1E 1A 15C 23 3C
Octal 275 165 204 0 46 36 32 534 43 74
Binary 10111101 1110101 10000100 0 100110 11110 11010 101011100 100011 111100

Color Harmonies of #BD7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7584

Black with #BD7584

Text Example


Text Example

White with #BD7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7584; }

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

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

background-color css

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

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

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

border-color css

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

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

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