Html Css Color HEX #BD7982 Tapestry

📋 copy color: '#BD7982'

red 189 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #BD7982

Tints of Tapestry #BD7982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 42.95%
G = 27.5%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7982 (or 0xBD7982) is known color: Tapestry. HEX triplet: BD, 79 and 82. RGB value is (189,121,130). Sum of RGB (Red+Green+Blue) = 189+121+130=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7982 is #42867D. Grayscale: #8E8E8E. Windows color (decimal): -4359806 or 8550845. OLE color: 8550845.

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

Color convert

RGB 189 121 130 -
CMYK 0 0.36 0.31 0.26
HSL 352.06º 0.34% 0.61% -
HSV(B) 352.06º 0.36% 0.74% -
XYZ 31.85 26.11 24.48 -
YUV 142.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 189 121 130 0 0.36 0.31 0.26 352.06 0.34 0.61
Hex BD 79 82 0 24 1F 1A 160 22 3D
Octal 275 171 202 0 44 37 32 540 42 75
Binary 10111101 1111001 10000010 0 100100 11111 11010 101100000 100010 111101

Color Harmonies of #BD7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7982

Black with #BD7982

Text Example


Text Example

White with #BD7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7982; }

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

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

background-color css

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

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

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

border-color css

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

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

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