Html Css Color HEX #BD728D Tapestry

📋 copy color: '#BD728D'

red 189 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #BD728D

Tints of Tapestry #BD728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 42.57%
G = 25.68%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD728D (or 0xBD728D) is known color: Tapestry. HEX triplet: BD, 72 and 8D. RGB value is (189,114,141). Sum of RGB (Red+Green+Blue) = 189+114+141=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD728D is #428D72. Grayscale: #8B8B8B. Windows color (decimal): -4361587 or 9269949. OLE color: 9269949.

HSL color Cylindrical-coordinate representation of color #BD728D: hue angle of 338.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD728D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 141 -
CMYK 0 0.40 0.25 0.26
HSL 338.4º 0.36% 0.59% -
HSV(B) 338.4º 0.4% 0.74% -
XYZ 31.81 24.78 28.31 -
YUV 139.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 189 114 141 0 0.40 0.25 0.26 338.4 0.36 0.59
Hex BD 72 8D 0 28 19 1A 152 24 3B
Octal 275 162 215 0 50 31 32 522 44 73
Binary 10111101 1110010 10001101 0 101000 11001 11010 101010010 100100 111011

Color Harmonies of #BD728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD728D

Black with #BD728D

Text Example


Text Example

White with #BD728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD728D; }

 p { color: rgb(189,114,141); }

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

background-color css

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

 a { background-color: rgb(189,114,141); }

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

border-color css

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

 span { border-color: rgb(189,114,141); }

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