Html Css Color HEX #BD7585 Tapestry

📋 copy color: '#BD7585'

red 189 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #BD7585

Tints of Tapestry #BD7585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.3%

R = 43.05%
G = 26.65%
B = 30.3%

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

#BD7585 (or 0xBD7585) is known color: Tapestry. HEX triplet: BD, 75 and 85. RGB value is (189,117,133). Sum of RGB (Red+Green+Blue) = 189+117+133=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7585 is #428A7A. Grayscale: #8C8C8C. Windows color (decimal): -4360827 or 8746429. OLE color: 8746429.

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

Color convert

RGB 189 117 133 -
CMYK 0 0.38 0.30 0.26
HSL 346.67º 0.35% 0.6% -
HSV(B) 346.67º 0.38% 0.74% -
XYZ 31.58 25.23 25.4 -
YUV 140.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 189 117 133 0 0.38 0.30 0.26 346.67 0.35 0.6
Hex BD 75 85 0 26 1E 1A 15B 23 3C
Octal 275 165 205 0 46 36 32 533 43 74
Binary 10111101 1110101 10000101 0 100110 11110 11010 101011011 100011 111100

Color Harmonies of #BD7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7585

Black with #BD7585

Text Example


Text Example

White with #BD7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7585; }

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

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

background-color css

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

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

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

border-color css

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

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

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