Html Css Color HEX #BD7580 Tapestry

📋 copy color: '#BD7580'

red 189 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #BD7580

Tints of Tapestry #BD7580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 43.55%
G = 26.96%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7580 (or 0xBD7580) is known color: Tapestry. HEX triplet: BD, 75 and 80. RGB value is (189,117,128). Sum of RGB (Red+Green+Blue) = 189+117+128=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7580 is #428A7F. Grayscale: #8B8B8B. Windows color (decimal): -4360832 or 8418749. OLE color: 8418749.

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

Color convert

RGB 189 117 128 -
CMYK 0 0.38 0.32 0.26
HSL 350.83º 0.35% 0.6% -
HSV(B) 350.83º 0.38% 0.74% -
XYZ 31.24 25.1 23.62 -
YUV 139.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 189 117 128 0 0.38 0.32 0.26 350.83 0.35 0.6
Hex BD 75 80 0 26 20 1A 15F 23 3C
Octal 275 165 200 0 46 40 32 537 43 74
Binary 10111101 1110101 10000000 0 100110 100000 11010 101011111 100011 111100

Color Harmonies of #BD7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7580

Black with #BD7580

Text Example


Text Example

White with #BD7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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