Html Css Color HEX #BD7782 Tapestry

📋 copy color: '#BD7782'

red 189 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #BD7782

Tints of Tapestry #BD7782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 43.15%
G = 27.17%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7782 (or 0xBD7782) is known color: Tapestry. HEX triplet: BD, 77 and 82. RGB value is (189,119,130). Sum of RGB (Red+Green+Blue) = 189+119+130=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7782 is #42887D. Grayscale: #8D8D8D. Windows color (decimal): -4360318 or 8550333. OLE color: 8550333.

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

Color convert

RGB 189 119 130 -
CMYK 0 0.37 0.31 0.26
HSL 350.57º 0.35% 0.6% -
HSV(B) 350.57º 0.37% 0.74% -
XYZ 31.61 25.62 24.4 -
YUV 141.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 189 119 130 0 0.37 0.31 0.26 350.57 0.35 0.6
Hex BD 77 82 0 25 1F 1A 15F 23 3C
Octal 275 167 202 0 45 37 32 537 43 74
Binary 10111101 1110111 10000010 0 100101 11111 11010 101011111 100011 111100

Color Harmonies of #BD7782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7782

Black with #BD7782

Text Example


Text Example

White with #BD7782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7782; }

 p { color: rgb(189,119,130); }

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

background-color css

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

 a { background-color: rgb(189,119,130); }

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

border-color css

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

 span { border-color: rgb(189,119,130); }

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